github action changes.
This commit is contained in:
parent
c00574aa15
commit
932baa8c99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue