Skip to content
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

Segmentation fault kikuchipy #67

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set parameter to remove warning in conda-incubator/setup-miniconda
  • Loading branch information
ericpre committed Jan 6, 2025
commit f2face0f7bb9cffda7bb14c48dd0121f7b132523
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ jobs:
with:
miniforge-version: latest
python-version: ${{ env.PYTHON_VERSION }}
# use base environment, so that when using pip, this is from the
# miniforge distribution
# auto-activate-base: true
activate-environment: "test"
conda-remove-defaults: "true"

- name: Install pip, pyqt and Test dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
# miniforge distribution
auto-activate-base: true
activate-environment: ""
conda-remove-defaults: "true"

- name: Conda info
run: |
Expand Down