Skip to content

Commit

Permalink
upper bound prefect kubernetes in hidden worker script
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw committed Sep 9, 2024
1 parent 43b9f45 commit 8df9239
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ jobs:
# https://github.com/PrefectHQ/prefect/issues/6989
docker stop "prefect-server-${{ matrix.prefect-version }}" || echo "That's okay!"
prefect version
prefect server start --port 4201 --analytics-off > server-logs.txt 2>&1 &
./scripts/wait-for-server.py
Expand Down
2 changes: 1 addition & 1 deletion flows/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main():
TEST_SERVER_VERSION
) >= Version("2.8"):
subprocess.check_call(
["python", "-m", "pip", "install", "prefect-kubernetes"],
["python", "-m", "pip", "install", "prefect-kubernetes<0.5.0"],
stdout=sys.stdout,
stderr=sys.stderr,
)
Expand Down

0 comments on commit 8df9239

Please sign in to comment.