Docker fix (#1039)

* Docker test

* Remove extra installs

* Don't run full test

* No need for testing dependencies
This commit is contained in:
Jacky Lee
2023-06-25 10:38:58 -07:00
committed by GitHub
parent 6ff720103e
commit 5d16cc283f
2 changed files with 11 additions and 4 deletions

View File

@@ -217,7 +217,6 @@ jobs:
testdocker:
name: Docker Test
runs-on: ubuntu-latest
if: ${{ false }}
steps:
- name: Checkout Code