Skip to content

Commit 12d8bf9

Browse files
authored
Update main.yml
1 parent 6b7698a commit 12d8bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: test prodenv scripts
8181
run: |
82-
python -c "import subprocess; subprocess.run(["python", "--version"])"
82+
python -c "import subprocess; subprocess.run(['python', '--version'])"
8383
cp .github/dataflow-config-ci.yaml ./dataflow-config.yaml
8484
python -m uv run dataprod -v install dataflow-config.yaml
8585

0 commit comments

Comments
 (0)