Skip to content

Commit

Permalink
running in virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
rilma committed Oct 28, 2023
1 parent d718365 commit 79412c6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
# - name: Explore
# run: |
# which gfortran
# lsb_release --all
- name: Install dependencies
run: |
# make install
python -m venv .venv
.venv/bin/pip install coveralls numpy
.venv/bin/pip install -e .
# - name: Run code test in Python programs
# run: |
# make test
- name: Run code test in Python programs
run: |
.venv/bin/coverage run --source=. --module unittest discover --start-directory tests --verbose

0 comments on commit 79412c6

Please sign in to comment.