Skip to content

Commit d2809c0

Browse files
committed
Adjust github test action
1 parent 4cd5b3c commit d2809c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
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
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
2828
- name: Run tests
2929
env:
3030
DETECTLANGUAGE_API_KEY: ${{ secrets.DETECTLANGUAGE_API_KEY }}

0 commit comments

Comments
 (0)