Skip to content

Commit

Permalink
debug poetry env
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Aug 29, 2024
1 parent 48099d4 commit 715fdb9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,13 @@ on:
description: "Tag for the nightly base build"
required: true
type: string
test_env_var:
description: "Test environment variable"
required: true
type: string
default: "did not pass correctly"

env:
POETRY_VERSION: "1.8.3"
PYTHON_VERSION: "3.12"
TEST_DELETE_ME2: ${{ secrets.TEST_DELETE_ME }}

jobs:
release-nightly-base:
env:
TEST_DELETE_ME3: ${{ secrets.TEST_DELETE_ME }}
name: Release Langflow Nightly Base
runs-on: ubuntu-latest
defaults:
Expand Down Expand Up @@ -136,6 +128,11 @@ jobs:
poetry env info
poetry env list
poetry run env
echo "which poetry: "
which poetry
poetry about
echo "env var:"
echo "-------"
echo $TEST_DELETE_ME
Expand Down

0 comments on commit 715fdb9

Please sign in to comment.