Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Jan 3, 2025
1 parent c2f51e4 commit a9be5e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
channels: conda-forge
channel-priority: true
python-version: ${{ matrix.PYTHON_VERSION }}
- name: Install package dependencies
shell: bash -el {0}
run: mamba env update --file requirements/environment.yml
environment-file: requirements/environment.yml # Required to setup dependencies in the same step due to https://github.com/conda-incubator/setup-miniconda/issues/371
- name: Show environment information
shell: bash -el {0}
run: |
Expand Down

0 comments on commit a9be5e1

Please sign in to comment.