Skip to content

Commit 9fa6d89

Browse files
authored
Merge pull request #389 from compas-dev/pin-compas-version
fix CI dependency on compas
2 parents c3ccdb9 + 4185896 commit 9fa6d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v2
5656
- name: Install dependencies
5757
run: |
58-
curl -o compas.tar.gz -LJO https://pypi.debian.net/compas/latest
58+
curl -o compas.tar.gz -LJO https://pypi.debian.net/COMPAS/COMPAS-1.17.7.tar.gz
5959
curl -o roslibpy.tar.gz -LJO https://pypi.debian.net/roslibpy/latest
6060
curl -o ironpython-pytest.tar.gz -LJO https://pypi.debian.net/ironpython-pytest/latest
6161
choco install ironpython --version=2.7.8.1

0 commit comments

Comments
 (0)