Skip to content

Commit

Permalink
Fix up silly mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 19, 2024
1 parent b60e6f3 commit 0991361
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
uses: actions/cache@v3
with:
path: ~/.local # the path depends on the OS
key: "${{ inputs.os }}-poetry-4" # increment to reset cache
key: "${{ inputs.os }}-poetry-5" # increment to reset cache
- name: Install Poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'
uses: snok/install-poetry@v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
poetry-dependency-install-flags: "--only main"
- name: Check importable without extras
run: |
source $VENV # ensure windows will find poetry
poetry run python scripts/test-install.py
check-build:
Expand Down

0 comments on commit 0991361

Please sign in to comment.