Skip to content

Commit

Permalink
Fix CI to install wsimod
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Nov 15, 2023
1 parent 6112bd2 commit 3c86e14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install and build
run: python -m pip install -r requirements-dev.txt
run: |
python -m pip install -r requirements-dev.txt
python -m pip install .
- name: Run tests
run: python -m pytest

0 comments on commit 3c86e14

Please sign in to comment.