Skip to content

Commit 048e7c0

Browse files
Update workflow
1 parent c973cab commit 048e7c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
uses: actions/setup-python@v2
1313
with:
1414
python-version: ${{ matrix.python-version }}
15+
- name: Install SCIP
16+
run: |
17+
pip install .
1518
- name: Install dev dependencies
1619
run: |
1720
pip install .[dev]

0 commit comments

Comments
 (0)