Skip to content

Commit

Permalink
[publish] Update module name
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Nov 26, 2023
1 parent 91a9665 commit 599374c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
echo "exp(-t^2/2)" > k
./vpmr -nc 5 -n 20 -d 100 -q 400 -e 1e-9 -k k -w -s
for SRC in `find . | egrep '\.o'`; do gcov -n $SRC > /dev/null; done
python3 -c "import pyvpmr;print(pyvpmr.vpmr())"
python3 -c "import _pyvpmr;print(_pyvpmr.vpmr())"
- name: Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Requirements
run: python -m pip install --upgrade wheel setuptools
- name: Build
run: pip install --verbose .
- name: Test
Expand Down

0 comments on commit 599374c

Please sign in to comment.