Skip to content

Commit

Permalink
install dev aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Sep 21, 2023
1 parent 839ad00 commit 39c585d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ jobs:
- macos: py39-parallel
- windows: py39-parallel
dev312:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
default_python: '3.12-dev'
envs: |
- linux: devdeps
dev:
needs: [core, asdf-schemas]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
Expand All @@ -90,6 +81,8 @@ jobs:
- linux: py39-devdeps-parallel
- linux: py310-devdeps-parallel
- linux: py311-devdeps-parallel
- linux: py312-devdeps-parallel
python-version: '3.12-dev'
oldest:
needs: [core, asdf-schemas]
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env_list =
compatibility
coverage
devdep{,-parallel}
py{39,310,311}{,-compatibility,-coverage,-jsonschema}{,-parallel}
py{39,310,311,312}{,-compatibility,-coverage,-jsonschema}{,-parallel}
asdf{-standard,-transform-schemas,-unit-schemas,-wcs-schemas,-coordinates-schemas,-astropy}
gwcs
jwst
Expand All @@ -29,6 +29,8 @@ extras = all,tests
pass_env = HOME
package = editable
commands_pre =
# the released aiohttp (used by fsspec) is not compatible with 3.12
devdeps: pip install git+https://github.com/aio-libs/aiohttp.git
python -m pip install --upgrade pip

# Generate `requiremments-min.txt`
Expand Down

0 comments on commit 39c585d

Please sign in to comment.