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 02db3df commit f7c08ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
submodules: True
- uses: "actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c" # v5.0.0
with:
python-version: ${{ matrix.python_version }}
python-version: "${{ matrix.python_version }}"
- 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 }}
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 #v4.3.1
- 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"
path: ".tools/requirements/requirements2.txt"

0 comments on commit f7c08ef

Please sign in to comment.