Skip to content

Commit

Permalink
temp to bypass the issue :(
Browse files Browse the repository at this point in the history
  • Loading branch information
hadialqattan committed Dec 31, 2020
1 parent 51e0960 commit cc2affc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install requests
- name: Check the last master push CI status
run: |
python .github/ci_status.py
#- name: Check the last master push CI status
# run: |
# python .github/ci_status.py

create_release:
name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cc2affc

Please sign in to comment.