Skip to content

Commit

Permalink
CI: Unpin python version (#4290)
Browse files Browse the repository at this point in the history
The virtual environment of runners on Github Actions had an issue, where
installing a different pyyaml version than the one present resulted in
an error.

The issue has been resolved in the latest image, and so the workaround
of specifically requesting the (outdated) python version 3.7.7 can be
dropped.
  • Loading branch information
ltalirz authored Aug 12, 2020
1 parent 1fdcf0f commit 153cc5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Python version 3.7.7 is pinned due to issue #4256.
# The pinning should be removed as soon as issue #3709 is resolved.
python-version: [3.5, 3.6, 3.7.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8]
backend: ['django', 'sqlalchemy']

services:
Expand Down

0 comments on commit 153cc5f

Please sign in to comment.