Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fix permissions of working directory
run: chmod 777 .
Expand All @@ -37,7 +37,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: psf/black@stable

publish:
Expand All @@ -51,7 +51,7 @@ jobs:
- test
- lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Fetch repository tags (for git describe to work)
run: git fetch --prune --unshallow

Expand Down