Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
## Configure the operating system the workflow should run on.
## In this case, the job on Ubuntu. Additionally, set a the job
## to execute on different Python versions
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8]
## Define a sequence of steps to be executed
steps:
## Use the public `checkout` action in version v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check-python-version:
## Configure the operating system the workflow should run on.
## In this case, the job on Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
## Define a sequence of steps to be executed
steps:
## Use the public `checkout` actoin in version v2
Expand Down