Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Jul 30, 2022
1 parent a428e3d commit 1d227d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
pip install pip-tools
python -m pip install tox
rm requirements/testing_${{ matrix.es-version }}x.txt
pip-compile requirements/testing_${{ matrix.es-version }}x.in
python -m pip install -r requirements/testing_${{ matrix.es-version }}x.txt
- name: Run tests
Expand Down

0 comments on commit 1d227d4

Please sign in to comment.