Skip to content

Commit

Permalink
Merge branch 'main' into task/fix-cypress-failures
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith authored Jan 30, 2025
2 parents 200b5bf + 0405222 commit 8382bca
Show file tree
Hide file tree
Showing 4 changed files with 934 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/scripts/installations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ poetry completions zsh > ~/.zfunc/_poetry
cd /workspace
poetry install

# Install pre-commit hooks
poetry run pre-commit install

# Poe the Poet plugin tab completions
touch ~/.zfunc/_poe
poetry run poe _zsh_completion > ~/.zfunc/_poe
Expand All @@ -54,3 +51,6 @@ npm run build

# install npm deps (i.e. cypress)
cd tests_cypress && npm install && npx cypress install && cd ..

# Install pre-commit hooks
poetry run pre-commit install
Loading

0 comments on commit 8382bca

Please sign in to comment.