Skip to content

Commit

Permalink
Minor fix detected by VS Code plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner committed Mar 11, 2024
1 parent 06ad929 commit 0f9c6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install Python dependencies
run: |
pip3 install --user ${{ matrix.python-inplace }} .
pip3 install --user ${{ matrix.inplace }} .
- name: Run demo
run: |
Expand Down

0 comments on commit 0f9c6e3

Please sign in to comment.