We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452f4c5 commit 46b11a6Copy full SHA for 46b11a6
1 file changed
.github/workflows/nightlies.yml
@@ -51,7 +51,9 @@ jobs:
51
52
steps:
53
- name: Set up Conda
54
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
55
+ with:
56
+ miniforge-version: "latest"
57
- name: Install FOQUS in a Conda env (user mode)
58
env:
59
py_ver: ${{ matrix.python-version }}
0 commit comments