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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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