File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 - name : Install Test Dependencies
5050 run : pip install parameterized git+https://github.com/deepmind/surface-distance.git
5151 - name : Install Package from PyPI
52- run : pip install --extra-index-url https://test.pypi.org/simple/ ecadataset
52+ run : pip install --extra-index-url https://test.pypi.org/simple/ ecadataset==${GITHUB_REF#refs/*/v}
5353 - name : Download Dataset
5454 run : ecadataset download -u ${{ secrets.SYNAPSE_USERNAME }} -p ${{ secrets.SYNAPSE_PASSWORD }}
5555 - name : Run Tests
7474 - name : Install Test Dependencies
7575 run : pip install parameterized git+https://github.com/deepmind/surface-distance.git
7676 - name : Install Package from PyPI
77- run : pip install ecadataset
77+ run : pip install ecadataset==${GITHUB_REF#refs/*/v}
7878 - name : Download Dataset
7979 run : ecadataset download -u ${{ secrets.SYNAPSE_USERNAME }} -p ${{ secrets.SYNAPSE_PASSWORD }}
8080 - name : Run Tests
You can’t perform that action at this time.
0 commit comments