This commit is contained in:
Eric Froemling 2023-05-31 10:37:11 -07:00
parent 447abcdc61
commit 7e07e25bc0
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -52,7 +52,9 @@ jobs:
python-version: '3.11'
- name: Install dependencies
run: tools/pcommand install_pip_reqs
- name: All featuresets removed
- name: Build prereqs
run: make prereqs
- name: Build spinoff project with no featuresets
run: tools/pcommand spinoff_test empty
# Most of our toolset doesn't work on raw Windows without WSL set up,