Skip to content

Commit 97575de

Browse files
author
samaid
committed
Fixing test
1 parent 9e6d684 commit 97575de

File tree

6 files changed

+421
-42
lines changed

6 files changed

+421
-42
lines changed

.github/workflows/mcpi_build_test_upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: |
121121
. $CONDA/etc/profile.d/conda.sh
122122
conda activate test-env
123-
pushd ./${{ env.MODULE_NAME }}
123+
pushd ./demos/mcpi/${{ env.MODULE_NAME }}
124124
pytest
125125
popd
126126
@@ -280,7 +280,7 @@ jobs:
280280
run: |
281281
ls
282282
conda activate test-env
283-
pushd ./${{ env.MODULE_NAME }}
283+
pushd ./demos/mcpi/${{ env.MODULE_NAME }}
284284
pytest
285285
popd
286286

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

22
*.xml
33
*.iml
4+
*.pyc

demos/mcpi/.ipynb_checkpoints/mcpi-checkpoint.ipynb

Lines changed: 387 additions & 0 deletions
Large diffs are not rendered by default.

demos/mcpi/images/draw_points.png

49 KB
Loading

demos/mcpi/images/pi-animation.gif

88.9 KB
Loading

demos/mcpi/mcpi.ipynb

Lines changed: 31 additions & 40 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)