Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/europeanplaice/subset_sum i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
europeanplaice committed Feb 22, 2022
2 parents 2c233fb + 4883b37 commit 2e7a0c6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Create Env
run: |
python -m venv env
source ./env/bin/activate
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -37,9 +33,10 @@ jobs:
flake8 python/ --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 python/ --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Develop with maturin
- name: maturin build
run: |
maturin develop
maturin build
pip install --no-index --find-links target/wheels dpss
- name: Test with pytest
run: |
pytest

0 comments on commit 2e7a0c6

Please sign in to comment.