Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 8, 2025
1 parent 99910b9 commit a04ec1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
with:
environment-file: requirements/github-actions.yml
mamba-version: "*"
channels: conda-forge,nodefaults
channel-priority: true

- name: Install linting dependencies
run: mamba env update -n test --file requirements/lint.yml
Expand Down Expand Up @@ -238,6 +240,8 @@ jobs:
python-version: ${{ matrix.python }}
environment-file: requirements/github-actions.yml
mamba-version: "*"
channels: conda-forge,nodefaults
channel-priority: true

- name: List all packages
run: conda list
Expand Down

0 comments on commit a04ec1b

Please sign in to comment.