Skip to content

Commit

Permalink
CI: Build on latest Python, test on latest supported
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 1, 2022
1 parent ca024b2 commit 222d9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
python-version: 3.9
python-version: 3
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest']
python-version: [3]
python-version: ['3.10']
# Check pre-release pybids and pre-release everything
pip-flags: ['', 'PRE_PIP_FLAGS']
check: ['test']
Expand Down

0 comments on commit 222d9ab

Please sign in to comment.