Skip to content

Commit 2aeb855

Browse files
Jammy2211Jammy2211
authored andcommitted
github actions
1 parent 1fd6c0d commit 2aeb855

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636
pip3 install setuptools
3737
pip3 install wheel
3838
pip3 install pytest coverage pytest-cov
39-
pip3 install -r PyAutoConf/requirements.txt
40-
pip3 install -r PyAutoArray/requirements.txt
41-
pip3 install -r PyAutoArray/optional_requirements.txt
39+
pip install ./PyAutoConf
40+
pip install ./PyAutoFit
41+
pip install ./PyAutoArray
42+
pip install ./PyAutoArray[optional]
4243
4344
cd PyAutoArray/autoarray/util/nn/src/nn
4445
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/runner/work/PyAutoArray/PyAutoArray/PyAutoArray/autoarray/util/nn/src/nn

0 commit comments

Comments
 (0)