Skip to content

Commit

Permalink
specify ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Gruber committed Sep 15, 2024
1 parent 17b3388 commit a08e568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Install Python version
Expand All @@ -23,7 +23,7 @@ jobs:
run: python --version && pip install poetry && poetry install

test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: build

steps:
Expand All @@ -43,4 +43,4 @@ jobs:

- name: Test
run: poetry run pytest -v --cov=flapy --cov-branch --cov-report html:cov_html --cov-report=term-missing tests/
working-directory: ${{ github.workspace }}
working-directory: ${{ github.workspace }}

0 comments on commit a08e568

Please sign in to comment.