Skip to content

Commit

Permalink
Merge pull request #29 from prompt-security/update_doc_for_zsh
Browse files Browse the repository at this point in the history
Modify documentation and ci to use double quotes to also support zsh, not just bash-like shells (fix build)
  • Loading branch information
vitaly-ps authored Apr 16, 2024
2 parents 8c342af + 8389744 commit 4beec11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"" # Install package in editable mode with dev dependencies
pip install -e ".[dev]" # Install package in editable mode with dev dependencies
- name: Run tests
run: |
Expand Down

0 comments on commit 4beec11

Please sign in to comment.