diff options
| author | Mikkel Hjortshøj <me@thisdrunkdane.io> | 2021-10-22 22:42:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-22 22:42:20 +0200 |
| commit | 7218a68e894d765a6b30ed48f64d91740ce2b23e (patch) | |
| tree | ef66983c976402bcabd75c66ad03bc225c406531 /.github | |
| parent | 7375074d2d9a459535fa35cafe4d80a51474ee81 (diff) | |
Update nightly.yml
Downgrading python version in nightly to use same version as local
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3dba6f28f..2b33c45a8 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -93,7 +93,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.8.x' - name: Install B2 CLI shell: bash |