Skip to content

Commit

Permalink
remove conda
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 committed Aug 19, 2024
1 parent 695bbee commit f78e737
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ jobs:
run: uv pip install -e .[dev,test, gpu_cu12]

- name: Env list
run: |
micromamba list
pip list
run: pip list

- name: Run test
run: pytest -m gpu --cov --cov-report=xml --cov-context=test
Expand Down

0 comments on commit f78e737

Please sign in to comment.