Skip to content

Commit

Permalink
add wildcard to github paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Coull committed Oct 17, 2024
1 parent 1af06f2 commit 62db6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-py-reqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
path: ["base/jobs/docker/1.0/py3/requirements.txt", "pytorch/jobs/docker/2.2/py3/requirements.txt", "tensorflow/jobs/docker/2.14/py3/requirements.txt"]
path: ["base/jobs/docker/*/py3/requirements.txt", "pytorch/jobs/docker/*/py3/requirements.txt", "tensorflow/jobs/docker/*/py3/requirements.txt"]
steps:
- uses: actions/checkout@v4
- name: setup python
Expand Down

0 comments on commit 62db6b6

Please sign in to comment.