Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6953ef

Browse filesBrowse files
committed
ci: Re-add the login shell to nightlies jobs
This is needed because of the way the micromamba provisioning works, or else anything installed in the mamba environment is not found.
1 parent 2403d74 commit f6953ef
Copy full SHA for f6953ef

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎.github/workflows/nightlies.yml

Copy file name to clipboardExpand all lines: .github/workflows/nightlies.yml
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
upload_nightly_wheels:
1616
name: Upload nightly wheels to Anaconda Cloud
1717
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}
1824
if: github.repository_owner == 'matplotlib'
1925

2026
steps:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.