Skip to content

Commit 16f96be

Browse files
committed
Merge branch 'sax' of https://github.com/BYUCamachoLab/simphony into sax
2 parents fee1294 + 4d578f6 commit 16f96be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install dependencies
1414
run: |
1515
python -m pip install --upgrade pip wheel
16-
pip install -r requirements.txt
16+
pip install .
1717
- name: Lint with flake8
1818
run: |
1919
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
@@ -23,12 +23,12 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest, windows-latest, macos-latest]
26-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
26+
python-version: ['3.9', '3.10', '3.11', '3.12']
2727
name: build and test
2828
on:
2929
pull_request:
3030
branches:
3131
- master
3232
push:
3333
branches:
34-
- master
34+
- master

0 commit comments

Comments
 (0)