Skip to content

Commit 83e842a

Browse files
committed
use miniforge
1 parent 71a248a commit 83e842a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/osx64.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
matrix:
1717
os: [macos-13]
1818
python-version: ["3.13"]
19-
env:
20-
LATEST_PYTHON_VERSION: "3.13"
2119
steps:
2220
- name: Check out diffpy.pdfgui
2321
uses: actions/checkout@v4
@@ -26,6 +24,7 @@ jobs:
2624
uses: conda-incubator/setup-miniconda@v3
2725
with:
2826
activate-environment: test
27+
miniforge-version: latest
2928
auto-update-conda: true
3029
environment-file: environment.yml
3130
auto-activate-base: false

0 commit comments

Comments
 (0)