Skip to content

Commit

Permalink
Move conda file
Browse files Browse the repository at this point in the history
  • Loading branch information
balbasty committed Sep 13, 2024
1 parent 98ea1cd commit fe0f7ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-conda-from-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
OPT+=",${V}"
done
OPT="{python: [${OPT:1}]}"
conda mambabuild --variants "$OPT" -c pytorch --croot . .github/.conda
conda mambabuild --variants "$OPT" -c pytorch --croot . conda
- name: Convert
shell: bash -el {0}
env:
Expand Down
File renamed without changes.

0 comments on commit fe0f7ab

Please sign in to comment.