Skip to content

Commit

Permalink
Merge branch 'master' into remove-aniso8601
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede authored Jun 13, 2024
2 parents dedb1f0 + 44dcdad commit 3e588be
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 @@ -42,14 +42,12 @@ jobs:
- name: get pip cache dir
id: pip-cache
run: echo "::set-output name=dir::$(pip cache dir)"

run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: cache pip dependencies
uses: actions/cache@v3
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}

- run: pip install tox
- run: tox -e ${{ matrix.tox }}
- name: Upload coverage.xml
Expand Down

0 comments on commit 3e588be

Please sign in to comment.