Skip to content

Commit

Permalink
🐛(checkpoint): parallel: false to workaround issue with CPython c…
Browse files Browse the repository at this point in the history
…ountedFileLock API.

Signed-off-by: Eden Ross Duff, MSc <[email protected]>
  • Loading branch information
rjdbcm authored Jun 12, 2024
1 parent 0554424 commit 5667a6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dist-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- uses: OZI-Project/checkpoint@64e790c506ba8df435c545f0d4135fbfde23f6a0
with:
python-version: "3.10"
parallel: false

checkpoint-cp311-ubuntu-latest:
name: checkpoint (Python 3.11 on ubuntu-latest)
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
- uses: OZI-Project/checkpoint@64e790c506ba8df435c545f0d4135fbfde23f6a0
with:
python-version: "3.11"
parallel: false

checkpoint-cp312-ubuntu-latest:
name: checkpoint (Python 3.12 on ubuntu-latest)
Expand Down Expand Up @@ -100,6 +102,7 @@ jobs:
- uses: OZI-Project/checkpoint@64e790c506ba8df435c545f0d4135fbfde23f6a0
with:
python-version: "3.12"
parallel: false

checkpoint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5667a6f

Please sign in to comment.