We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341de48 commit 7b8fbb4Copy full SHA for 7b8fbb4
1 file changed
.github/workflows/_scheduled-test-daily.yml
@@ -32,13 +32,6 @@ jobs:
32
- name: Setup Dev Environment
33
uses: ./.github/actions/setup-dev-env
34
35
- - name: Print development version info
36
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
37
- shell: bash
38
- run: |
39
- TOML_VERSION=$(uv run python -c "import tomli; print(tomli.load(open('pyproject.toml', 'rb'))['project']['version'])")
40
- echo "Development build - Current version in pyproject.toml: $TOML_VERSION"
41
-
42
- name: Validate and set environment suffix
43
id: env_suffix
44
env:
0 commit comments