Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ewgenius committed Apr 26, 2024
1 parent 0bc427b commit 13cfb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache: 'pip'
- name: Install requirements
run: |
pip install ".[test]"
Expand Down

0 comments on commit 13cfb7a

Please sign in to comment.