Skip to content

Commit

Permalink
Run tests relying only on git fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
anapaulagomes committed Jul 27, 2023
1 parent 211c01a commit a15236c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,4 @@ jobs:
python -m pip install -r requirements.txt
python setup.py install
- name: Run tests for ${{ matrix.python-version }}
run: |
git branch -m main # still master by default in GitHub Actions
pytest -vvv
run: pytest -vvv

0 comments on commit a15236c

Please sign in to comment.