Skip to content

Commit

Permalink
Update CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Oct 20, 2023
1 parent 590158f commit 2fa2eeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
if: matrix.pydantic-version == '1'
- name: Install repo with poetry (full deps)
if: matrix.python-version != '3.9'
run: poetry install --no-interaction --no-ansi --all-extras
run: |
poetry config installer.max-workers 1
poetry install --no-interaction --no-ansi --all-extras
- name: Install repo with poetry (min deps)
if: matrix.python-version == '3.9'
run: poetry install --no-interaction --no-ansi --extras test
Expand Down

0 comments on commit 2fa2eeb

Please sign in to comment.