|
|
@ -8,7 +8,7 @@ jobs:
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
python-version: ["3.9"]
|
|
|
|
python-version: ["3.9", "3.10"]
|
|
|
|
os: [macOS-latest, ubuntu-latest, windows-latest]
|
|
|
|
os: [macOS-latest, ubuntu-latest, windows-latest]
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
@ -28,4 +28,4 @@ jobs:
|
|
|
|
- name: Install deps via requirements + module via pyproject.toml
|
|
|
|
- name: Install deps via requirements + module via pyproject.toml
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
python -m pip install .
|
|
|
|
python -m pip install .
|
|
|
|