Skip to content

Commit

Permalink
Remove temporary fix for etils. (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcenacp authored Feb 20, 2024
1 parent 6be8f7a commit 2cda71b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run:
working-directory: ./python/mlcroissant
env:
GITHUB_REPOSITORY: ${{ github.actor }}/${{ github.event.repository.name }}
GITHUB_REPOSITORY: ${{ github.event.pull_request.head.repo.full_name }}
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 1 addition & 2 deletions python/mlcroissant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ authors = [
# Installed locally with `pip install -e .`
dependencies = [
"absl-py",
# Temporarily install from GitHub to benefit the latest features.
"etils[epath]@git+https://github.com/google/etils.git#egg=etils[epath]",
"etils[epath]>=1.7.0",
"jsonpath-rw",
"networkx",
"pandas",
Expand Down

0 comments on commit 2cda71b

Please sign in to comment.