Skip to content

Commit 766e6aa

Browse files
path to code ...
1 parent 30ac63d commit 766e6aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,18 @@ jobs:
2828
- name: setup_env
2929
shell: bash -l {0}
3030
run: |
31+
cd py_gnome
3132
conda install --file conda_requirements.txt --file conda_requirements_build.txt --file conda_requirements_test.txt
3233
conda list
3334
- name: build
3435
shell: bash -l {0}
3536
run: |
37+
cd py_gnome
3638
pip install .
3739
- name: test
3840
shell: bash -l {0}
3941
run: |
40-
cd tests/unit_tests
42+
cd py_gnome/tests/unit_tests
4143
pytest
4244
4345

0 commit comments

Comments
 (0)