Skip to content

Commit

Permalink
Remove failing huggingface template
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Jul 26, 2024
1 parent c463f76 commit b9acaa8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
needs: wheel
strategy:
matrix:
framework: ["numpy", "pytorch", "tensorflow", "huggingface", "jax", "sklearn"]
framework: ["numpy", "pytorch", "tensorflow", "jax", "sklearn"]

name: Template / ${{ matrix.framework }}

Expand All @@ -234,11 +234,6 @@ jobs:
flwr new tmp-${{ matrix.framework }} --framework ${{ matrix.framework }} --username gh_ci
cd tmp-${{ matrix.framework }}
pip install .
- name: Cache Datasets
uses: actions/cache@v4
with:
path: "~/.cache/huggingface/datasets"
key: ${{ matrix.framework }}-template-datasets
- name: Run project
run: |
cd tmp-${{ matrix.framework }}
Expand Down

0 comments on commit b9acaa8

Please sign in to comment.