Skip to content

Commit

Permalink
Next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 19, 2024
1 parent 594ea8b commit b1e9a45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Set up Python ${{ inputs.python-version }}
id: setup-python
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: poetry
- name: Load cached Poetry installation
id: cached-poetry
uses: actions/cache@v3
Expand All @@ -42,6 +36,12 @@ runs:
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Set up Python ${{ inputs.python-version }}
id: setup-python
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: poetry
# Maybe delete this
- name: Set Poetry environment
shell: bash
Expand Down

0 comments on commit b1e9a45

Please sign in to comment.