Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed Nov 18, 2024
1 parent 3bf4fe4 commit 08ca166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
- uses: actions/setup-python@v4
with:
python-version: ${{ needs.preflight.outputs.python_version }}

Expand All @@ -59,7 +59,7 @@ jobs:
run: python -m pip install --upgrade pipenv wheel

- id: cache-pipenv
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}-dev
Expand Down

0 comments on commit 08ca166

Please sign in to comment.