Skip to content

Commit f118f67

Browse files
Jammy2211Jammy2211
authored andcommitted
github build
1 parent f89364f commit f118f67

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ jobs:
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: |
@@ -75,7 +68,6 @@ jobs:
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

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@ test_autoarray/unit/structures/files/array.fits
3333
test_autoarray/unit/structures/files/frame.fits
3434
test_autoarray/unit/structures/files/kernel.fits
3535
test_autoarray/unit/structures/grids/files/grid/grid.fits
36-
37-
# Ignoring all files in autoarray/util/nn/src/.
38-
autoarray/util/nn/src/*

0 commit comments

Comments
 (0)