Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Sep 12, 2024
1 parent 8db8fc6 commit 488f838
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python -c "import piel.visual"
shell: bash

- name: Install dependencies - sim
- name: Install dependencies - tools
run: |
git config --global core.longpaths true
uv --version
Expand All @@ -59,10 +59,10 @@ jobs:
else
source venv_basic/bin/activate
fi
uv pip install -e .[sim, experimental]
uv pip install -e .[tools]
shell: bash

- name: Test package import - sim
- name: Test package import - tools
run: |
if [[ "$RUNNER_OS" == "Windows" ]]; then
source venv_basic/Scripts/activate
Expand Down

0 comments on commit 488f838

Please sign in to comment.