Fix nightly test setup (#19792)

This commit is contained in:
Sylvain Gugger
2022-10-21 10:26:30 -04:00
committed by GitHub
parent 3a1aeea3c5
commit b58d4f70f6

View File

@@ -75,6 +75,7 @@ jobs:
- image: cimg/python:3.7.12 - image: cimg/python:3.7.12
parallelism: 1 parallelism: 1
steps: steps:
- checkout
- run: pip install --upgrade pip - run: pip install --upgrade pip
- run: pip install . - run: pip install .
- run: | - run: |