Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Oct 2, 2024
1 parent 1e5044a commit 0e536a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./
- run: |
micromamba info | grep -q "environment : None (not found)"
micromamba info | grep -q "environment : base"
shell: bash -el {0}
micromamba-old-version-1:
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
condarc-file: 'test/.condarc'
- 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"
micromamba search pytorch=2.0.0 | grep -q "pytorch 2.0.0 py3.10_cpu_0"
shell: bash -el {0}
conda-lock:
Expand Down

0 comments on commit 0e536a4

Please sign in to comment.