Skip to content

Commit

Permalink
CI updates (#138)
Browse files Browse the repository at this point in the history
* install wheel package

* update versions of setup & python action and install wheel package

* cache pip packages

* lock pytest version as fix for issue #137

---------

Co-authored-by: tlpss <[email protected]>
  • Loading branch information
Victorlouisdg and tlpss authored Mar 4, 2024
1 parent d46a947 commit 9cfc99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install wheel setuptools
pip install pytest
pip install "pytest<8.0.0"
pip install airo-typing/ airo-spatial-algebra/ airo-camera-toolkit/ airo-robots/ airo-teleop/ airo-dataset-tools/
- name: Run Tests
run: pytest ${{matrix.package}}/
Expand Down

0 comments on commit 9cfc99b

Please sign in to comment.