File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
steps :
27
27
- uses : actions/checkout@v5
28
28
- id : get_py
29
- run : echo "MATRIX=$(ls -1 requirements/py *.yml | xargs -n1 basename | sed 's/....$//' | jq -cnR '[inputs]')" >> ${GITHUB_OUTPUT}
29
+ run : echo "MATRIX=$(ls -1 ci/ requirements/environment- *.yml | xargs -n1 basename | sed 's/....$//' | jq -cnR '[inputs]')" >> ${GITHUB_OUTPUT}
30
30
31
31
gen_lockfiles :
32
32
# This is a matrix job: it splits to create new lockfiles for each
47
47
conda update -n base --all
48
48
- name : generate lockfile
49
49
run : |
50
- pipx run conda-lock -k explicit -p linux-64 -f requirements/${{matrix.python}}.yml
50
+ pipx run conda-lock -k explicit -p linux-64 -f ci/ requirements/${{matrix.python}}.yml
51
51
mv conda-linux-64.lock ${{matrix.python}}-linux-64.lock
52
52
- name : output lockfile
53
53
uses : actions/upload-artifact@v4
68
68
- name : get artifacts
69
69
uses : actions/download-artifact@v5
70
70
with :
71
- path : ${{ github.workspace }}/requirements/locks
71
+ path : ${{ github.workspace }}/ci/ requirements/locks
72
72
merge-multiple : true
73
73
74
74
- name : " Generate token"
You can’t perform that action at this time.
0 commit comments