Skip to content

Commit

Permalink
revertme
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jun 14, 2024
1 parent b96a936 commit d7197b8
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/argilla-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,27 +68,6 @@ jobs:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ env.CACHE_NUMBER }}-${{ hashFiles('pyproject.toml') }}

- name: Set huggingface hub credentials
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/releases')
run: |
echo "HF_HUB_ACCESS_TOKEN=${{ secrets.HF_HUB_ACCESS_TOKEN }}" >> "$GITHUB_ENV"
echo "Enable HF access token"
- name: Run unit tests 📈
run: |
pip install -e ".[server,listeners]"
pytest tests/unit -vs
- name: Run tests with pandas v2 📈
run: |
pip install "pandas~=2.0" pytest-custom_exit_code
pytest --suppress-no-test-exit-code tests/unit -vs
- name: Run tests with pydantic v2 📈
run: |
pip install "pydantic~=2.0" pytest-custom_exit_code
pytest --suppress-no-test-exit-code tests/unit -vs
- name: Build Package 🍟
run: |
pip install -U build
Expand Down

0 comments on commit d7197b8

Please sign in to comment.