Skip to content

Commit 7b8fbb4

Browse files
committed
chore: remove Print development version info
1 parent 341de48 commit 7b8fbb4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/_scheduled-test-daily.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ jobs:
3232
- name: Setup Dev Environment
3333
uses: ./.github/actions/setup-dev-env
3434

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-
4235
- name: Validate and set environment suffix
4336
id: env_suffix
4437
env:

0 commit comments

Comments
 (0)