Skip to content

Commit

Permalink
we're golden
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Oct 26, 2023
1 parent 820e269 commit b315111
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/flink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.9", ] #"3.10", "3.11" ]
python-version: [ "3.9", "3.10", "3.11" ]
recipes-version: [
#"pangeo-forge-recipes==0.10.0",
"pangeo-forge-recipes==0.10.0",
"pangeo-forge-recipes==0.10.3",
]
beam-version: [
Expand All @@ -39,7 +39,7 @@ jobs:
# "apache-beam==2.48.0",
# "apache-beam==2.49.0",
# "apache-beam==2.50.0",
#"apache-beam==2.51.0",
"apache-beam==2.51.0",
]
# putting this here to be explicit for future users what version
# of Flink we are supporting
Expand Down Expand Up @@ -117,8 +117,8 @@ jobs:
# Not sure if this is why kubectl proxy isn't working, but let's try
sudo apt update --yes && sudo apt install --yes socat
- name: Setup upterm session
uses: lhotari/action-upterm@v1
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1

- name: Test with pytest
run: |
Expand Down

0 comments on commit b315111

Please sign in to comment.