Skip to content

Commit

Permalink
debug on push github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
corentincarton committed Feb 15, 2024
1 parent 4254fcc commit 05dcdbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Dummy User"
- run: python -m pip install .[test]
- run: python -m pytest .
- run: python -m pytest . -v

distribution:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 05dcdbf

Please sign in to comment.