Skip to content

Commit

Permalink
test stuff in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Mar 22, 2024
1 parent b304229 commit 7739d1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
uses: actions/checkout@v2

- name: Install package
run: python -m pip install .
run: |
python -m pip install .
pip list
ls -l
# and runs pytest in your pipenv environment
- name: Test with pytest
Expand Down

0 comments on commit 7739d1f

Please sign in to comment.