Skip to content

Commit

Permalink
Fix ci (I think)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Sep 20, 2024
1 parent e322b63 commit 03de529
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install requests
python download-wgpu-native.py
pip uninstall -q -y requests
pip install -e .
- name: Test imports
Expand Down Expand Up @@ -122,7 +121,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U -r dev-requirements.txt
python download-wgpu-native.py
pip install -e .
- name: Test examples
env:
Expand All @@ -146,7 +144,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U requests numpy pytest
python download-wgpu-native.py
pip install -e .
pip install psutil glfw pyinstaller>=4.9
- name: Test PyInstaller
Expand Down Expand Up @@ -195,7 +192,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U -r dev-requirements.txt
python download-wgpu-native.py
pip install -e .
- name: Unit tests
run: |
Expand Down

0 comments on commit 03de529

Please sign in to comment.