Skip to content

Commit 5317fb9

Browse files
Update with what we learned from CellConstructor
1 parent 99c7d2d commit 5317fb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-testsuite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
git clone https://github.com/mesonepigreco/CellConstructor.git
5555
cd CellConstructor
5656
# python setup.py install --user
57-
pip install -e .
57+
pip install .
5858
cd ..
5959
6060
# python setup.py install --user
61-
pip install -e .
61+
pip install .
6262
6363
# Install julia requirements
6464
python -c 'import julia; julia.install()'

0 commit comments

Comments
 (0)