Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/conda/build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$PYTHON setup.py install # Python command to install the script.
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
4 changes: 2 additions & 2 deletions .github/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requirements:
- multiprocess
- importlib_metadata
- fsspec
- huggingface_hub
- huggingface_hub <0.1.0
- packaging
run:
- python
Expand All @@ -41,7 +41,7 @@ requirements:
- multiprocess
- importlib_metadata
- fsspec
- huggingface_hub
- huggingface_hub <0.1.0
- packaging

test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
auto-update-conda: true
auto-activate-base: false
activate-environment: "build-datasets"
python-version: 3.8
channels: huggingface,conda-forge

- name: Setup conda env
Expand Down