File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 4545 with :
4646 access_token : ${{ github.token }}
4747
48+ - name : Find the latest tag
49+ id : find_latest_tag
50+ uses : oprypin/find-latest-tag@dd2729fe78b0bb55523ae2b2a310c6773a652bd1 # 1.1.2
51+ with :
52+ repository : IntelPython/dpnp
53+ releases-only : false
54+
55+ - name : Print latest tag
56+ run : |
57+ echo "Latest tag is ${{ steps.find_latest_tag.outputs.tag }}"
58+
4859 - name : Setup miniconda
4960 uses : conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
5061 with :
5768
5869 - name : Install dpnp
5970 run : |
60- mamba install ${{ env.PACKAGE_NAME }} pytest ${{ env.CHANNELS }}
71+ mamba install ${{ env.PACKAGE_NAME }}=${{ steps.find_latest_tag.outputs.tag }} pytest ${{ env.CHANNELS }}
6172 env :
6273 MAMBA_NO_LOW_SPEED_LIMIT : 1
6374
You can’t perform that action at this time.
0 commit comments