Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5428c9d + f6953ef commit 8ed4c02Copy full SHA for 8ed4c02
.github/workflows/nightlies.yml
@@ -15,6 +15,12 @@ jobs:
15
upload_nightly_wheels:
16
name: Upload nightly wheels to Anaconda Cloud
17
runs-on: ubuntu-latest
18
+ defaults:
19
+ run:
20
+ # The login shell is necessary for the provision-with-micromamba setup
21
+ # to work in subsequent jobs.
22
+ # https://github.com/mamba-org/provision-with-micromamba#important
23
+ shell: bash -e -l {0}
24
if: github.repository_owner == 'matplotlib'
25
26
steps:
0 commit comments