Skip to content

Commit

Permalink
Tmp fix install-env action
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed Nov 24, 2024
1 parent 3ebf0b8 commit ac9f409
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/actions/install-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ runs:
with:
python-version: ${{ inputs.python-version }}

- name: Load cached Poetry installation
uses: actions/cache@v4
with:
path: ~/.local # the path depends on the OS
key: poetry-3 # modify to reset cache
# Getting errors since using not the latest Python version in docs workflows
# - name: Load cached Poetry installation
# uses: actions/cache@v4
# with:
# path: ~/.local # the path depends on the OS
# key: poetry-3 # modify to reset cache

- name: Install poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit ac9f409

Please sign in to comment.