File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-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@v1dd2729fe78b0bb55523ae2b2a310c6773a652bd1 # 1.1.2
51+ with :
52+ repository : IntelPython/dpnp
53+ releases-only : false
54+
55+ - run : echo "Latest DPNP tag is ${{ steps.find_latest_tag.outputs.tag }}"
56+
4857 - name : Setup miniconda
4958 uses : conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
5059 with :
5766
5867 - name : Install dpnp
5968 run : |
60- mamba install ${{ env.PACKAGE_NAME }} pytest ${{ env.CHANNELS }}
69+ mamba install ${{ env.PACKAGE_NAME }}=${{ steps.find_latest_tag.outputs.tag }} pytest ${{ env.CHANNELS }}
6170 env :
6271 MAMBA_NO_LOW_SPEED_LIMIT : 1
6372
You can’t perform that action at this time.
0 commit comments