We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3ccdb9 + 4185896 commit 9fa6d89Copy full SHA for 9fa6d89
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
- uses: actions/checkout@v2
56
- name: Install dependencies
57
run: |
58
- 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
59
curl -o roslibpy.tar.gz -LJO https://pypi.debian.net/roslibpy/latest
60
curl -o ironpython-pytest.tar.gz -LJO https://pypi.debian.net/ironpython-pytest/latest
61
choco install ironpython --version=2.7.8.1
0 commit comments