github action changes.

This commit is contained in:
Dan 2022-11-10 16:08:11 -05:00
parent c00574aa15
commit 932baa8c99
1 changed files with 1 additions and 19 deletions

View File

@ -33,24 +33,6 @@ jobs:
session: "tests", session: "tests",
database: "sqlite", database: "sqlite",
} }
- {
python: "3.10",
os: "ubuntu-latest",
session: "tests",
database: "sqlite",
}
- {
python: "3.9",
os: "ubuntu-latest",
session: "tests",
database: "sqlite",
}
- {
python: "3.10",
os: "windows-latest",
session: "tests",
database: "sqlite",
}
- { - {
python: "3.11", python: "3.11",
os: "macos-latest", os: "macos-latest",
@ -79,7 +61,7 @@ jobs:
defaults: defaults:
run: run:
working-directory: subworkflow-backend working-directory: spiffworkflow-backend
steps: steps:
- name: Check out the repository - name: Check out the repository