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 834bab5 commit 8e53570
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
with:
ref: ${{ inputs.nightly_tag_main }}
persist-credentials: true

- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "poetry"

- name: Install poetry
run: |
echo "test delete me"
Expand All @@ -70,11 +77,6 @@ jobs:
echo ${{ inputs.test_env_var }}
pipx install poetry==${{ env.POETRY_VERSION }}
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "poetry"
- name: Set up Nodejs 20
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 8e53570

Please sign in to comment.