We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c050e commit 7fc3caeCopy full SHA for 7fc3cae
.github/workflows/translate.yml
@@ -34,15 +34,13 @@ jobs:
34
python-version: "3.X"
35
cache: pip
36
cache-dependency-path: |
37
- requirements.dev.txt
38
- requirements.docs.txt
39
.pre-commit-config.yaml
40
41
- name: Update pip
42
run: python -m pip install -U pip
43
44
- name: Install tox
45
- run: python -m pip install -r requirements.dev.txt
+ run: python -m pip install --group dev
46
47
- name: Configure git
48
run: |
0 commit comments