-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Use setup-conda action #47293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use setup-conda action #47293
Changes from all commits
01be4f1
729e580
c992783
02cd874
3723a3f
75a328e
f5274fd
489526b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,13 +41,8 @@ jobs: | |
|
||
# Although asv sets up its own env, deps are still needed | ||
# during discovery process | ||
- uses: conda-incubator/setup-miniconda@v2.1.1 | ||
with: | ||
activate-environment: pandas-dev | ||
channel-priority: strict | ||
environment-file: ${{ env.ENV_FILE }} | ||
use-only-tar-bz2: true | ||
condarc-file: ci/condarc.yml | ||
- name: Set up Conda | ||
uses: ./.github/actions/setup-conda | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: Could we rename this actions There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The GHA convention seems to be I think we should stick to one style everywhere (action names, inputs, ...). Please make a decision if we want There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay happy to change |
||
|
||
- name: Run benchmarks | ||
id: bench | ||
|
Uh oh!
There was an error while loading. Please reload this page.