Skip to content

Commit 5c158fe

Browse files
committed
Remove remaining references to requirements.txt
1 parent 9a8b17b commit 5c158fe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ on:
66
branches:
77
- current
88
paths:
9-
- requirements.txt
109
- Dockerfile
1110
- .github/workflows/docker.yml
1211
pull_request:
1312
paths:
14-
- requirements.txt
1513
- Dockerfile
1614
- .github/workflows/docker.yml
1715

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: 3.12
3131
- name: Install dependencies
32-
run: pip install -r requirements.txt -r requirements_test.txt
32+
run: pip install -r requirements_test.txt
3333
- name: Register problem matchers
3434
run: |
3535
echo "::add-matcher::.github/workflows/matchers/ci-custom.json"

0 commit comments

Comments
 (0)