Skip to content

Commit

Permalink
Adjust CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Dec 26, 2024
1 parent 4792156 commit 324995e
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 111 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 @@ -67,7 +67,7 @@ jobs:

- name: Install dependencies
run: |
poetry install --extras 'aiohttp'
poetry install --with dev --all-extras
- name: Echo installed packages
run: |
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Install dependencies
run: |
poetry install --extras 'aiohttp'
poetry install --with dev --all-extras
- name: Echo installed packages
run: |
Expand Down
Loading

0 comments on commit 324995e

Please sign in to comment.