Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Oct 3, 2024
1 parent f4b8e55 commit ab73b58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./
with:
micromamba-version: 2.0.2-0
- run: |
micromamba info | grep -q "environment : base"
shell: bash -el {0}
Expand Down Expand Up @@ -168,6 +170,7 @@ jobs:
with:
environment-file: 'test/environment.yml'
condarc-file: 'test/.condarc'
micromamba-version: 2.0.2-0
- run: | # this should only work when the pytorch channel is loaded, i.e., the custom condarc is used
micromamba search pytorch=2.0.0
micromamba search pytorch=2.0.0 | grep -q "pytorch 2.0.0 py3.10_cpu_0"
Expand Down

0 comments on commit ab73b58

Please sign in to comment.