Skip to content

Commit

Permalink
update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsrke committed Jan 19, 2024
1 parent 8da087d commit 00875c0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ on:
jobs:
tests:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -52,9 +50,8 @@ jobs:
pip install pytest
pip install pytest-cov
- name: Python dependencies
run: |
pip list
- name: Show installed libraries and their versions
command: pip freeze | tee installed.txt

- name: Run tests
run: pytest --color=yes --durations=0 --verbose tests/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 00875c0

Please sign in to comment.