We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd03345 commit d1a8ff6Copy full SHA for d1a8ff6
.github/workflows/refresh-lockfiles.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v5
31
- id: get_py
32
- run: echo "MATRIX=$(ls -1 ci/requirements/environment-*.yml | xargs -n1 basename | sed 's/....$//' | jq -cnR '[inputs]')" >> ${GITHUB_OUTPUT}
+ run: echo "MATRIX=$(ls -1 ci/requirements/environment-benchmark.yml | xargs -n1 basename | sed 's/....$//' | jq -cnR '[inputs]')" >> ${GITHUB_OUTPUT}
33
34
gen_lockfiles:
35
# This is a matrix job: it splits to create new lockfiles for each
0 commit comments