Skip to content

Commit

Permalink
fix: py3.6 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Nov 23, 2023
1 parent e98a08a commit 02e7084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
# Python versions used in BrainVISA base images (i.e. Ubuntu LTS,
# at the moment 18.04 and 20.04) + the latest stable Python version
python-version: [ '3.10', '3.8', '3.6' ]
python-version: [ '3.10', '3.8' ]
os: ['ubuntu-latest']
include:
- python-version: '3.6'
Expand Down

0 comments on commit 02e7084

Please sign in to comment.