Skip to content

Commit

Permalink
use ubuntu-20.04 for tests involving python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Oct 15, 2024
1 parent 5c7d688 commit 6cefceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/siibra-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: '[test] unit test'
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # use ubuntu-latest when python 3.7 is dropped
env:
# unit tests should not need tokens

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'windows-latest' ]
os: [ 'ubuntu-20.04', 'windows-latest' ] # use ubuntu-latest when python 3.7 is dropped
python-version: [ '3.10', '3.9', '3.8', '3.7' ]

steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
pytest -rx e2e
check-importable:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # use ubuntu-latest when python 3.7 is dropped
env:
KEYCLOAK_CLIENT_ID: ${{ secrets.KEYCLOAK_CLIENT_ID }}
KEYCLOAK_CLIENT_SECRET: ${{ secrets.KEYCLOAK_CLIENT_SECRET }}
Expand Down

0 comments on commit 6cefceb

Please sign in to comment.