Skip to content

Commit

Permalink
Updating the test suite to use the frozen version of the env file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sit23 committed Jan 24, 2024
1 parent 2d15c9b commit 63d8bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # , macos-latest]
python-version: ['3.9']
python-version: ['3.12']

steps:
- name: Checkout source
Expand All @@ -46,7 +46,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
environment-file: ci/environment-py${{ matrix.python-version }}.yml
environment-file: ci/environment-py${{ matrix.python-version }}_frozen.yml
miniforge-variant: Mambaforge
miniforge-version: "latest"
use-mamba: true
Expand Down

0 comments on commit 63d8bd8

Please sign in to comment.