diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 50ee9ee..77fd84a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 }}