Skip to content

Commit

Permalink
ci/ep13-lsp: Actually cd into ep13
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Jul 26, 2024
1 parent 0721453 commit 474c848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ep13-lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
with:
python-version: "3.11"
- uses: abatilo/actions-poetry@v2
- name: Change into episode 13 directory
run: cd episode-13
- name: Install dependencies
run: poetry install --no-root --with dev
- name: Cache venv created by poetry (configured to be in '.venv')
Expand Down

0 comments on commit 474c848

Please sign in to comment.