We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc93ca commit 760911cCopy full SHA for 760911c
.github/workflows/build-publish.yaml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Check that container is running
104
run: |
105
- docker exec ${{ env.TEST_CONTAINER_NAME }} uv python bin/healthcheck.py
+ docker exec ${{ env.TEST_CONTAINER_NAME }} bin/healthcheck.py
106
107
- name: Spin down container
108
bin/healthcheck.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python
+#!/usr/bin/env uv run
2
3
import os
4
0 commit comments