Skip to content

Commit

Permalink
more work to repair github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karrmagadgeteer2 committed Oct 9, 2024
1 parent 44cde7e commit f1a1eec
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ jobs:
- name: Check out GitHub repository ${{ github.repository }}
uses: actions/checkout@v4

- name: Cache Poetry dependencies
uses: actions/cache@v4
- name: Set up Python on ${{ runner.os }}
uses: actions/setup-python@v5
id: setup_python
with:
path: |
~/.cache/pypoetry/cache
~/.cache/pypoetry/artifacts
key: poetry-${{ runner.os }}-${{ hashFiles('poetry.lock') }}
restore-keys: |
poetry-${{ runner.os }}-
python-version: ${{ matrix.python-version }}
cache: 'poetry'

- name: Create virtual environment
run: python -m venv venv
Expand Down

0 comments on commit f1a1eec

Please sign in to comment.