Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 06506d6

Browse files
committed
Try pip instead of setup.py
1 parent 5d02f18 commit 06506d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python package
1+
name: Tests
22

33
on: [push, pull_request]
44

@@ -27,5 +27,5 @@ jobs:
2727
flake8 ./emv
2828
- name: Test with pytest
2929
run: |
30-
python ./setup.py install
30+
pip install -e .
3131
pytest

0 commit comments

Comments
 (0)