Skip to content

Commit

Permalink
CI: revert workaround that installs Python 3.7.7 (#572)
Browse files Browse the repository at this point in the history
Sometime ago there was a bug on GHA that didn't work with the latest
path version of Python 3.7 and as a workaround we installed the previous
path 3.7.7 that did work. Reverting this change now so we test against
the latest patch version.
  • Loading branch information
sphuber committed Oct 7, 2020
1 parent 0801138 commit 7ec9eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

strategy:
matrix:
python-version: [3.5, 3.6, 3.7.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8]

services:
postgres:
Expand Down

0 comments on commit 7ec9eaa

Please sign in to comment.