Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Bump required python version to 3.…
Browse files Browse the repository at this point in the history
…7, add workflow for testing setup.py
  • Loading branch information
timwoj committed Jan 6, 2023
1 parent da76374 commit 3a224d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/btest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
Run-BTest:
if: false
strategy:
matrix:
python-version: [3, 3.7]
Expand All @@ -27,16 +28,19 @@ jobs:
Test-SetupPY:
strategy:
matrix:
python-version: [3, 3.7]
python-version: [3.7]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# update-environment: false
- uses: actions/checkout@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: "Install pip and the btest package"
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 3a224d7

Please sign in to comment.