Skip to content

Commit 606e53f

Browse files
committed
fix bug
1 parent f3d7549 commit 606e53f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prefect-plugin.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
steps:
3636
- name: Set up JDK 17
37-
uses: actions/setup-java@v3
37+
uses: actions/setup-java@v4
3838
with:
3939
distribution: "zulu"
4040
java-version: 17
@@ -67,7 +67,7 @@ jobs:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868
directory: ./build/coverage-reports/
6969
fail_ci_if_error: false
70-
flags: prefect,prefect-${{ matrix.extra_pip_extras }}
70+
flags: prefect,prefect-${{ matrix.python-version }}
7171
name: pytest-prefect-${{ matrix.python-version }}
7272
verbose: true
7373

.github/workflows/python-build-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: acryldata/sane-checkout-action@v3
5656
- uses: actions/setup-python@v5
5757
with:
58-
python-version: 3.10
58+
python-version: "3.10"
5959
cache: "pip"
6060
- uses: actions/cache@v4
6161
with:

0 commit comments

Comments
 (0)