Skip to content

Commit a652382

Browse files
committed
testing
1 parent 51e5e61 commit a652382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install dependencies
8080
run: |
8181
make install
82-
source .venv/bin/activate && make install-test-contract
82+
make install-test-contract
8383
- name: Run unit tests
8484
run: |
8585
poetry run make test-contract

0 commit comments

Comments
 (0)