Fix workflow env references

This commit is contained in:
andrussal 2025-12-09 17:52:41 +01:00
parent f9016249ee
commit 99da5da1cc

View File

@ -159,7 +159,6 @@ jobs:
host_smoke:
runs-on: ubuntu-latest
env:
VERSION: ${{ env.VERSION }}
POL_PROOF_DEV_MODE: true
LOCAL_DEMO_RUN_SECS: 120
LOCAL_DEMO_VALIDATORS: 1
@ -289,7 +288,6 @@ jobs:
compose_smoke:
runs-on: ubuntu-latest
env:
VERSION: ${{ env.VERSION }}
TMPDIR: ${{ github.workspace }}/.tmp
NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits
NOMOS_TESTNET_IMAGE: nomos-testnet:${{ github.run_id }}