Skip to content

Commit b12f219

Browse files
test
1 parent de9b14c commit b12f219

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
run: |
1515
pip install pytest pytest-xprocess
1616
pip install -r requirements.txt
17+
pip install .
18+
echo "toto"
19+
ls /usr/local/lib/python3.9/site-packages/opengeodeweb_viewer
20+
echo "tutu"
21+
ls /usr/local/lib/python3.9/site-packages/opengeodeweb_viewer/tests
22+
echo "titi"
23+
ls /usr/local/lib/python3.9/site-packages/opengeodeweb_viewer/tests/data
1724
pytest
1825
1926
build:

0 commit comments

Comments
 (0)