Skip to content

Commit

Permalink
Merge pull request #25 from samwaseda/include_3_12
Browse files Browse the repository at this point in the history
Include python 3.12
  • Loading branch information
samwaseda authored Jun 18, 2024
2 parents 54682f7 + 2c591d3 commit cb4e577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
activate-environment: mamonca-test
channel-priority: strict
environment-file: .ci_support/environment.yml
python-version: ${{ matrix.python-version }}
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!

use-only-tar-bz2: true

- name: run tests
shell: bash -l {0}
run: |
pip install -e .
python -m unittest discover tests/

0 comments on commit cb4e577

Please sign in to comment.