We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e0960 commit cc2affcCopy full SHA for cc2affc
.github/workflows/cd.yml
@@ -37,9 +37,9 @@ jobs:
37
python -m pip install --upgrade pip
38
python -m pip install requests
39
40
- - name: Check the last master push CI status
41
- run: |
42
- python .github/ci_status.py
+ #- name: Check the last master push CI status
+ # run: |
+ # python .github/ci_status.py
43
44
create_release:
45
name: Create Release
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
os: [ubuntu-latest, windows-latest, macos-latest]
34
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7, 3.8, 3.9]
35
36
steps:
- uses: actions/checkout@v2
0 commit comments