Skip to content

Commit

Permalink
Fixed things to install
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 16, 2023
1 parent a7e5276 commit 457fe75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
cache: true
cache-dependency-path: pdm.lock
- name: Install dependencies
run: pdm install -G:test
run: pdm install -G:all
- name: Update AnyIO
run: pdm add --no-lock anyio[trio]@git+https://github.com/agronholm/anyio.git@${{ github.ref_name }}
- name: Test
run: pdm run pytest docs/examples tests -n auto

0 comments on commit 457fe75

Please sign in to comment.