Skip to content

Commit

Permalink
Use miniforge in github action tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed May 29, 2023
1 parent 2d16bc4 commit 1f4837f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/phono3py-pytest-conda-mkl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-version: latest
# auto-update-conda: true
# installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
# channels: conda-forge
# channel-priority: strict
# python-version: ${{ matrix.python-version }}
- name: Install dependent packages
run: |
conda activate test
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/phono3py-pytest-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-version: latest
# auto-update-conda: true
# installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
# channels: conda-forge
# channel-priority: strict
# python-version: ${{ matrix.python-version }}
- name: Install dependent packages
run: |
conda activate test
Expand Down

0 comments on commit 1f4837f

Please sign in to comment.