Skip to content

Commit 90ff7e5

Browse files
author
Rudy Puig
committed
chore: fix workflow installation
1 parent 24ef357 commit 90ff7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install .[dev,test]
25+
python -m pip install '.[dev,test]'
2626
- name: Run linting
2727
run: |
2828
python -m ruff check -q --diff --output-format=full .

0 commit comments

Comments
 (0)