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 4cd5b3c commit d2809c0Copy full SHA for d2809c0
.github/workflows/main.yml
@@ -20,11 +20,11 @@ jobs:
20
with:
21
python-version: ${{ matrix.python-version }}
22
cache: 'pip'
23
- #- name: Install dependencies
24
- # run: |
25
- # python -m pip install --upgrade pip
26
- # pip install -r requirements.txt
27
- # pip install -r test-requirements.txt
+ - name: Install dependencies
+ run: |
+ # python -m pip install --upgrade pip
+ pip install -r requirements.txt
+ pip install -r test-requirements.txt
28
- name: Run tests
29
env:
30
DETECTLANGUAGE_API_KEY: ${{ secrets.DETECTLANGUAGE_API_KEY }}
0 commit comments