Skip to content

Commit

Permalink
Apparently some issues with python 3.12 and aiohttp wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Oct 30, 2023
1 parent 890dd20 commit fa2f5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: "3.11"
- run: sudo apt install libolm-dev
- run: python -m pip install .[dev]
- run: tox -e check_types
Expand Down

0 comments on commit fa2f5ec

Please sign in to comment.