Skip to content

Commit

Permalink
workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
bulletinmybeard committed Oct 26, 2024
1 parent c3c3b2f commit 1249b1f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@ jobs:
path: ./.venv
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}-${{ github.event_name }}

- name: Configure Poetry for virtual environment
run: |
poetry config virtualenvs.create true
poetry config virtualenvs.in-project true
- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: poetry install
run: poetry install --with dev

lint:
name: Lint
Expand Down

0 comments on commit 1249b1f

Please sign in to comment.