Skip to content

Commit

Permalink
Add Python 3.13.0rc2 to GHA pytest workflow
Browse files Browse the repository at this point in the history
Added Python 3.13.0rc2 to the pytest-with-coverage workflow python-version
matrix to test compatibility with the latest release candidate. Also added
'conda-forge/label/python_rc' channel to the test environment configuration
to enable installation of the release candidate.
  • Loading branch information
douglatornell committed Sep 22, 2024
1 parent b793fbc commit a0e038f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-with-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.11', '3.12' ]
python-version: [ '3.11', '3.12', '3.13.0rc2' ]
uses: UBC-MOAD/gha-workflows/.github/workflows/pytest-with-coverage.yaml@main
with:
python-version: ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions envs/environment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
name: nemo-cmd-test

channels:
- conda-forge/label/python_rc
- conda-forge
- nodefaults

Expand Down

0 comments on commit a0e038f

Please sign in to comment.