Skip to content

Commit

Permalink
Temporarily disable windows 3.8 CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joejuzl committed Dec 17, 2020
1 parent f0e9521 commit bd63a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
make prepare-tests-windows
- name: Test Code 🔍
if: needs.changes.outputs.backend == 'true'
if: needs.changes.outputs.backend == 'true' && !(matrix.python-version == 3.8 && matrix.os == 'windows-latest')
env:
JOBS: 2
PYTHONIOENCODING: "utf-8"
Expand Down

0 comments on commit bd63a93

Please sign in to comment.