Skip to content

Commit

Permalink
pre-release: 9.0.0-alpha0
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Aug 27, 2023
1 parent 58eedfd commit b6714a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install dependencies
run: |
poetry install
poetry install --extras 'aiohttp'
- name: Ensure httpbin server is running
run: |
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Install dependencies
run: |
poetry install
poetry install --extras 'aiohttp'
- name: Run mypy check
run: |
Expand Down

0 comments on commit b6714a9

Please sign in to comment.