Skip to content

Commit

Permalink
upgrade python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberma committed Sep 22, 2024
1 parent 17b3388 commit 930b5c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

env:
PYTHON_VERSION: '3.8.16'
PYTHON_VERSION: '3.10.12'

jobs:
build:
Expand Down Expand Up @@ -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 }}
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ unit-tests:python-3.8:
variables:
PYTHON_VERSION: '3.8-buster'

unit-tests:python-3.10:
<<: *unit-tests
variables:
PYTHON_VERSION: '3.10'

.nightly-tests:
only:
- schedules
Expand Down

0 comments on commit 930b5c3

Please sign in to comment.