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",
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",
os: "macos-latest",
@ -79,7 +61,7 @@ jobs:
defaults:
run:
working-directory: subworkflow-backend
working-directory: spiffworkflow-backend
steps:
- name: Check out the repository