Skip to content

Commit 6c5da73

Browse files
committed
Remove special isar installation in workflow
Let isar be installed through dependencies in setup.py
1 parent ef6b8f9 commit 6c5da73

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

28-
- name: Install dependencies
29-
run: |
30-
pip install --upgrade pip
31-
pip install git+https://github.com/equinor/isar.git@main
32-
pip install -e ".[dev]"
28+
- name: Install dependencies
29+
run: |
30+
pip install --upgrade pip
31+
pip install -e .[dev]
3332
3433
- name: Lint
3534
run: |

0 commit comments

Comments
 (0)