Skip to content

Commit

Permalink
install properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jjshoots committed Jul 31, 2023
1 parent 47c20b2 commit c0d0245
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 c0d0245

Please sign in to comment.