Skip to content

Commit

Permalink
Fix semeio test in CI
Browse files Browse the repository at this point in the history
Avoids pulling semeio from pypi after having installed it
from source
  • Loading branch information
berland committed Feb 20, 2024
1 parent 9496957 commit b22ad3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_semeio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
run: |
pip install .
- name: get semeio
- name: Get semeio
run: |
git clone https://github.com/equinor/semeio.git
- name: Test semeio
run: |
pushd semeio
pip install .
pip install "semeio[test]"
pip install ".[test]"
pytest

0 comments on commit b22ad3d

Please sign in to comment.