Skip to content

Commit 7fc3cae

Browse files
committed
Correct handling of dependencies in translate workflow.
1 parent 92c050e commit 7fc3cae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/translate.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,13 @@ jobs:
3434
python-version: "3.X"
3535
cache: pip
3636
cache-dependency-path: |
37-
requirements.dev.txt
38-
requirements.docs.txt
3937
.pre-commit-config.yaml
4038
4139
- name: Update pip
4240
run: python -m pip install -U pip
4341

4442
- name: Install tox
45-
run: python -m pip install -r requirements.dev.txt
43+
run: python -m pip install --group dev
4644

4745
- name: Configure git
4846
run: |

0 commit comments

Comments
 (0)