Commit 606e53f 1 parent f3d7549 commit 606e53f Copy full SHA for 606e53f
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
fail-fast : false
35
35
steps :
36
36
- name : Set up JDK 17
37
- uses : actions/setup-java@v3
37
+ uses : actions/setup-java@v4
38
38
with :
39
39
distribution : " zulu"
40
40
java-version : 17
67
67
token : ${{ secrets.CODECOV_TOKEN }}
68
68
directory : ./build/coverage-reports/
69
69
fail_ci_if_error : false
70
- flags : prefect,prefect-${{ matrix.extra_pip_extras }}
70
+ flags : prefect,prefect-${{ matrix.python-version }}
71
71
name : pytest-prefect-${{ matrix.python-version }}
72
72
verbose : true
73
73
Original file line number Diff line number Diff line change 55
55
- uses : acryldata/sane-checkout-action@v3
56
56
- uses : actions/setup-python@v5
57
57
with :
58
- python-version : 3.10
58
+ python-version : " 3.10"
59
59
cache : " pip"
60
60
- uses : actions/cache@v4
61
61
with :
You can’t perform that action at this time.
0 commit comments