Skip to content

Commit 650b822

Browse files
authored
Update main.yml
1 parent 7ce762a commit 650b822

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ jobs:
7979
8080
- name: test prodenv scripts
8181
run: |
82-
python -c "import subprocess; subprocess.run(['python', '--version'], check=True)"
8382
cp .github/dataflow-config-ci.yaml ./dataflow-config.yaml
84-
python -m uv run dataprod -v install dataflow-config.yaml
83+
dataprod -v install dataflow-config.yaml
8584
8685
- name: run workflows in dry-run mode
8786
run: |

0 commit comments

Comments
 (0)