Skip to content

Commit

Permalink
add beam to py3.9 ci (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabernat authored May 24, 2022
1 parent 46c57d5 commit 3d979a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ jobs:
"executor_dask", "executor_prefect", "executor_prefect_dask",
"executor_prefect_wrapper", "executor_beam"]
exclude:
# No beam support in python 3.9
- python-version: 3.9
pytest-mark: "executor_beam"
- dependencies: "upstream-dev"
pytest-mark: "executor_function"
- dependencies: "upstream-dev"
Expand Down
1 change: 1 addition & 0 deletions ci/py3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- python=3.9
- aiohttp
- apache-beam
- black
- boto3
- cfgrib<0.9.9.0
Expand Down

0 comments on commit 3d979a5

Please sign in to comment.