Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Mar 9, 2024
1 parent 3aebf05 commit 02db3df
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,12 @@ jobs:
- run: "python -m pip install ${{ env.req }}/core.in"
- run: "copier update --defaults --vcs-ref $(git rev-parse HEAD:submodules/template)"
- run: "python .tools/scripts/core.py sync"
- run: |
python .tools/scripts/core.py lock \
--runner ${{ matrix.github_actions_runner }} \
--python-version ${{ matrix.python_version }} \
--cv-flavor ${{ matrix.cv_flavor }} \
- run: >
python .tools/scripts/core.py lock
--runner ${{ matrix.github_actions_runner }}
--python-version ${{ matrix.python_version }}
--cv-flavor ${{ matrix.cv_flavor }}
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 #v4.3.1
with:
name: |
requirements_\
${{ matrix.github_actions_runner }}\
${{ matrix.python_version }}\
${{ matrix.cv_flavor }}\
.txt
name: "requirements_${{ matrix.github_actions_runner }}_${{ matrix.python_version }}_${{ matrix.cv_flavor }}.txt"
path: ".tools/requirements/requirements2.txt"

0 comments on commit 02db3df

Please sign in to comment.