Skip to content

Commit

Permalink
ci: retry Pyodide tests
Browse files Browse the repository at this point in the history
This is to get around a curious issue that isn't resolved by dependency
locking. The flakey error is:

`ImportError: cannot import name 'Any' from 'typing_extensions'`
  • Loading branch information
tombh committed Jul 29, 2023
1 parent acc239a commit d758f0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: nick-fields/retry@v2
with:
max_attempts: 3
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit d758f0b

Please sign in to comment.