Skip to content

Commit

Permalink
go back to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy committed Oct 4, 2024
1 parent c47acf7 commit 2e81c66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
sudo apt-get install libopenblas-dev meson
- name: Install dependencies
run: |
# pip install -e .
python -m pip install uv
uv pip install --system -e .
pip install -e .
# python -m pip install uv
# uv pip install --system -e .
- name: Run pytest test_colors
run: |
cd ammico
Expand Down

0 comments on commit 2e81c66

Please sign in to comment.