Skip to content

Commit

Permalink
install not editable
Browse files Browse the repository at this point in the history
  • Loading branch information
jjshoots committed Aug 9, 2023
1 parent bbb0bb4 commit 00b16de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: |
sudo apt-get install python3-opengl xvfb
pip install numpy wheel
pip install -e .
pip install -e .[dev]
pip install .
pip install .[dev]
- name: Release Test
run: |
xvfb-run -s "-screen 0 1024x768x24" ./tests/runner.sh

0 comments on commit 00b16de

Please sign in to comment.