Skip to content

Commit

Permalink
fix conda release worlflow (#7272)
Browse files Browse the repository at this point in the history
fix conda release
  • Loading branch information
lhoestq authored Oct 31, 2024
1 parent c4e2604 commit d37ed46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requirements:
- python
- pip
- numpy >=1.17
- pyarrow >=8.0.0
- pyarrow >=15.0.0
- python-xxhash
- dill
- pandas
Expand All @@ -31,8 +31,7 @@ requirements:
- python
- pip
- numpy >=1.17
- pyarrow >=8.0.0
- pyarrow-hotfix
- pyarrow >=15.0.0
- python-xxhash
- dill
- pandas
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build_and_package:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: bash -l {0}
Expand All @@ -20,13 +20,13 @@ jobs:
uses: actions/checkout@v4

- name: Install miniconda
uses: conda-incubator/setup-miniconda@v3
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
auto-activate-base: false
activate-environment: "build-datasets"
python-version: 3.8
channels: huggingface,conda-forge
channels: huggingface

- name: Setup conda env
run: |
Expand Down

0 comments on commit d37ed46

Please sign in to comment.