Skip to content

Commit 6a58434

Browse files
Fixup 3
1 parent ae50472 commit 6a58434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
210210
SET PACKAGE_VERSION=%%F
211211
)
212-
conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }}} python=${{ matrix.python }} -c ${{ env.GITHUB_WORKSPACE }}/channel ${{ env.CHANNELS }} --only-deps --dry-run > lockfile
212+
conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} python=${{ matrix.python }} -c ${{ env.GITHUB_WORKSPACE }}/channel ${{ env.CHANNELS }} --only-deps --dry-run > lockfile
213213
- name: Cache conda packages
214214
uses: actions/cache@v2
215215
env:

0 commit comments

Comments
 (0)