Skip to content

Commit

Permalink
pin beam
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Oct 7, 2024
1 parent 144bafc commit 56c68a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"] # add 3.12
python-version: ["3.10", "3.11","3.12"]
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -38,7 +38,7 @@ jobs:
- name: 🌈 Install pangeo-forge-recipes package
shell: bash -l {0}
run: |
python -m pip install -e ".[test]" "apache-beam>=2.54"
python -m pip install -e ".[test]"
# - name: 🧑‍💻 On the nightly run, test upstream dev versions
# if: |
# github.event_name == 'schedule'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
license = { text = "Apache-2.0" }
keywords = ["pangeo", "data"]
dependencies = [
"apache-beam",
"apache-beam>=2.54",
"cftime",
"dask",
"fastparquet",
Expand Down

0 comments on commit 56c68a6

Please sign in to comment.