Skip to content

Commit

Permalink
Fixed seq_retrieval/tests lock file download path
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed May 29, 2024
1 parent 57c0d7c commit 2ebcf43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: pipeline_seq_retrieval_tests_deps_lock
path: pipeline/tests/seq_retrieval
path: pipeline/seq_retrieval/tests
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down Expand Up @@ -498,7 +498,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: pipeline_seq_retrieval_tests_deps_lock
path: pipeline/tests/seq_retrieval
path: pipeline/seq_retrieval/tests
# Commit all changed dependency lock files back to the open PR
- uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 2ebcf43

Please sign in to comment.