Skip to content

Commit 2bb960c

Browse files
committed
ci: added to install pyfpga and prepare mock-ups
1 parent 3a4d717 commit 2bb960c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.pyver }}
2424
- name: Install dependencies
25-
run: pip install pytest
25+
run: pip install . && pip install pytest
2626
- name: Run tests
27-
run: make test
27+
run: source tests/mocks/source-me.sh && make test

0 commit comments

Comments
 (0)