Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Bump required python version to 3.7, add …
Browse files Browse the repository at this point in the history
…workflow for testing setup.py
  • Loading branch information
timwoj committed Jan 6, 2023
1 parent 9fffc86 commit da76374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/btest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install setuptools wheel
python3 setup.py install
python3 -m pip install .
- name: "Run btests with installed version"
run: |
cd testing
Expand Down
2 changes: 2 additions & 0 deletions btest
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import multiprocess.sharedctypes as mp_sharedctypes

import btest_lib.outputhandlers

print(btest_lib.outputhandlers.__file__)

VERSION = "0.72-20" # Automatically filled in.

Name = "btest"
Expand Down

0 comments on commit da76374

Please sign in to comment.