Skip to content

Commit

Permalink
ℹ️
Browse files Browse the repository at this point in the history
ℹ️ fix GHA
  • Loading branch information
securisecctf committed Dec 4, 2019
1 parent 46af9b7 commit 0efb9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_multi_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
make -C docs/ clean html
- name: Upload to codecov
if: contains(matrix.matrix.python-version-on, '3.8') && contains(matrix.runs-on, 'ubuntu')
if: contains(matrix.matrix.python-versionℹ️ , '3.8') && contains(matrix.runs-on, 'ubuntu')
uses: codecov/codecov-action@v1.0.3
with:
token: ${{secrets.CODECOV_TOKEN}}
Expand Down

0 comments on commit 0efb9c1

Please sign in to comment.