Skip to content

Commit

Permalink
Fix python version to 3.7.7
Browse files Browse the repository at this point in the history
PyYAML causes issues only for tests running on python 3.7.
A suggested change to fix this issue is fixing the python 3.7
version to the 3.7.7 minor release since test start to fail
only for 3.7.8

see: actions/runner-images#1202
  • Loading branch information
astamminger committed Jul 9, 2020
1 parent f8f14d8 commit 4182105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7.7, 3.8]
services:
postgres:
image: postgres:10
Expand Down

0 comments on commit 4182105

Please sign in to comment.