Browse Source

Fix mismatched Python versions in CLI test

tags/v0.3.12-rc0
Philipp Oppermann 7 months ago
parent
commit
798778f009
Failed to extract signature
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/ci.yml

+ 2
- 2
.github/workflows/ci.yml View File

@@ -342,7 +342,7 @@ jobs:
# Test Python template Project
dora new test_python_project --lang python --internal-create-with-path-dependencies
cd test_python_project
uv venv --seed -p 3.11
uv venv --seed -p 3.12
uv pip install -e ../apis/python/node
uv pip install ruff pytest

@@ -372,7 +372,7 @@ jobs:
# Run Python Node Example
echo "Running Python Node Example"
dora up
uv venv --seed -p 3.11
uv venv --seed -p 3.12
uv pip install -e apis/python/node
dora build examples/python-dataflow/dataflow.yml --uv
dora start examples/python-dataflow/dataflow.yml --name ci-python --detach --uv


Loading…
Cancel
Save