Skip to content

Commit 315ccdd

Browse files
committed
trying to fix problem with _version.py not being generated when running CI tests
1 parent 5927a65 commit 315ccdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Install
6363
run: |
64-
python setup.py install
64+
pip install .
6565
6666
- name: Test
6767
run: |

0 commit comments

Comments
 (0)