We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bae754c + 678ab91 commit 6110c74Copy full SHA for 6110c74
1 file changed
.github/workflows/ci.yml
@@ -34,8 +34,6 @@ jobs:
34
- name: Test with pytest
35
env:
36
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
37
- with:
38
- python-version: '3.x'
39
run: |
40
py.test --cov-report=xml --cov=securenative tests/
41
0 commit comments