Skip to content

Commit

Permalink
Add lang extras to unit test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 7, 2023
1 parent 999efed commit 6effb25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install . -r requirements/test_requirements.txt
pip install .[lang] -r requirements/test_requirements.txt
env:
GITHUB_TOKEN: ${{secrets.neon_token}}
- name: Test with pytest
Expand Down Expand Up @@ -50,8 +50,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/test_requirements.txt
pip install .
pip install . -r requirements/test_requirements.txt
env:
GITHUB_TOKEN: ${{secrets.neon_token}}
- name: Test with pytest
Expand Down

0 comments on commit 6effb25

Please sign in to comment.