Skip to content

Commit

Permalink
fixup! fixup! fixup! Bump required python version to 3.7, add workflo…
Browse files Browse the repository at this point in the history
…w for testing setup.py
  • Loading branch information
timwoj committed Jan 6, 2023
1 parent 2097af8 commit 9fffc86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/btest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install setuptools wheel
python3 setup.py install
- name: "Run tests with installed version"
- name: "Run btests with installed version"
run: |
cd testing
which btest
make
- name: "Test building package"
run: |
python3 setup.py sdist bdist_wheel

0 comments on commit 9fffc86

Please sign in to comment.