run this on self hosted runner for now

fix typo
fixes to docker build
need pip wheel
don't duplicate pip install
This commit is contained in:
Wing Lian
2023-05-07 04:30:19 -04:00
parent e2599edab9
commit 97cf77891e
2 changed files with 9 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-20.04-4core
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3