Skip to content

Commit

Permalink
push cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
ncfrey committed May 14, 2024
1 parent 113df9b commit 1a2b06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: "actions/setup-python@v5"
with:
python-version: ${{ matrix.python }}
- run: "python -m pip install --editable '.[test]'"
- run: "python -m pip install --editable '.[all]'"
- run: "python -m pytest"
- env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 1a2b06f

Please sign in to comment.