refactor accel

This commit is contained in:
George Hotz
2021-10-30 16:10:59 -07:00
parent 082089d1c7
commit ac8afd24fa
23 changed files with 4 additions and 4 deletions

View File

@@ -22,10 +22,10 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip