Skip to content

Commit 99ad4b1

Browse files
committed
🐛 Fix Flit command
1 parent 7924963 commit 99ad4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Dependencies
3333
if: steps.cache.outputs.cache-hit != 'true'
3434
# TODO: remove --deps test, this is only to test running the tests in Python 3.11
35-
run: flit install --symlink --deps test
35+
run: flit install --symlink --extras test
3636
# run: flit install --symlink
3737
- name: Lint
3838
if: ${{ matrix.python-version != '3.6' }}

0 commit comments

Comments
 (0)