Skip to content

Commit

Permalink
fix CI dependency on compas
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Oct 4, 2023
1 parent c3ccdb9 commit 4185896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
curl -o compas.tar.gz -LJO https://pypi.debian.net/compas/latest
curl -o compas.tar.gz -LJO https://pypi.debian.net/COMPAS/COMPAS-1.17.7.tar.gz
curl -o roslibpy.tar.gz -LJO https://pypi.debian.net/roslibpy/latest
curl -o ironpython-pytest.tar.gz -LJO https://pypi.debian.net/ironpython-pytest/latest
choco install ironpython --version=2.7.8.1
Expand Down

0 comments on commit 4185896

Please sign in to comment.