Skip to content

Commit

Permalink
Fix pytest version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
delatrie committed Mar 11, 2024
1 parent d37324b commit 2588710
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ jobs:

- name: Install packages
run: |
pip install pytest==${{ matrix.pytest-version }}
pip install dist/allure-python-commons*.tar.gz &&
pip install ./allure-pytest &&
pip install -r ./requirements/testing.txt &&
pip install -r ./requirements/testing/allure-pytest.txt
pip install dist/allure-python-commons*.tar.gz \
./allure-pytest \
pytest==${{ matrix.pytest-version }} \
-r ./requirements/testing.txt \
-r ./requirements/testing/allure-pytest.txt
- name: Test allure-pytest
working-directory: allure-pytest
Expand Down

0 comments on commit 2588710

Please sign in to comment.