Skip to content

Commit 332ac35

Browse files
committed
fix CI
1 parent 3780b1e commit 332ac35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
run: python -c "import sys; print(sys.version)"
3535
# Install the package using the setup.py
3636
- name: Install package
37-
run: python setup.py install
37+
run: pip install .
3838
- name: Run tests
3939
run: bash t/test.sh

0 commit comments

Comments
 (0)