File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 4040 pip install ./PyAutoArray
4141 pip install ./PyAutoArray[optional]
4242
43- cd PyAutoArray/autoarray/util/nn/src/nn
44- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/runner/work/PyAutoArray/PyAutoArray/PyAutoArray/autoarray/util/nn/src/nn
45- bash ./configure
46- cp makefile_autolens makefile
47- make
48- cd /home/runner/work/PyAutoArray/PyAutoArray
49-
5043 - name : Extract branch name
5144 shell : bash
5245 run : |
7568 export ROOT_DIR=`pwd`
7669 export PYTHONPATH=$PYTHONPATH:$ROOT_DIR/PyAutoConf
7770 export PYTHONPATH=$PYTHONPATH:$ROOT_DIR/PyAutoArray
78- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/runner/work/PyAutoArray/PyAutoArray/PyAutoArray/autoarray/util/nn/src/nn
7971 pushd PyAutoArray
8072 python3 -m pytest --cov autoarray --cov-report xml:coverage.xml
8173 - name : Slack send
Original file line number Diff line number Diff line change @@ -33,6 +33,3 @@ test_autoarray/unit/structures/files/array.fits
3333test_autoarray /unit /structures /files /frame.fits
3434test_autoarray /unit /structures /files /kernel.fits
3535test_autoarray /unit /structures /grids /files /grid /grid.fits
36-
37- # Ignoring all files in autoarray/util/nn/src/.
38- autoarray /util /nn /src /*
You can’t perform that action at this time.
0 commit comments