Skip to content

Commit 73ec7dd

Browse files
committed
git workflow WIP
1 parent 8ac740e commit 73ec7dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ jobs:
6464
pip install -e .
6565
6666
# Install project dependencies
67-
- name: Install project dependencies
67+
- name: Install project
6868
run: |
6969
source venv/bin/activate
7070
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
71+
pip install -e .
7172
7273
- name: Test lib (smtk)
7374
run: |

0 commit comments

Comments
 (0)