Skip to content

Commit b3fd066

Browse files
committed
.
1 parent 13147af commit b3fd066

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/micropython.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
mkdir -p ~/.micropython/lib/pytest
3434
cp dev/micropython_pytest_shim.py ~/.micropython/lib/pytest/__init__.py
3535
36+
- name: Symlink fluids module
37+
run: |
38+
ln -s $PWD/fluids ~/.micropython/lib/fluids
39+
3640
- name: Run tests
3741
run: |
3842
cd tests

0 commit comments

Comments
 (0)