Skip to content

Commit

Permalink
ci: go back to stable aiohttp releases
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Nov 22, 2023
1 parent cc5db41 commit 8d8cf5f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
pdm update --pre aiohttp # XXX: temporarily install aiohttp prerelease for 3.12
pdm install -d -Gspeed -Gdocs -Gvoice
run: pdm install -d -Gspeed -Gdocs -Gvoice

- name: Add .venv/bin to PATH
run: dirname "$(pdm info --python)" >> $GITHUB_PATH
Expand Down Expand Up @@ -168,13 +166,11 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
pdm update --pre aiohttp # XXX: temporarily install aiohttp prerelease for 3.12
pdm install -dG test # needed for coverage
run: pdm install -dG test # needed for coverage

- name: Test package install
run: |
python -m pip install --pre . # XXX: temporarily install aiohttp prerelease for 3.12; remove --pre flag again later
python -m pip install .
- name: Run pytest
id: run_tests
Expand Down

0 comments on commit 8d8cf5f

Please sign in to comment.