Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Safoora Yousefi committed Sep 16, 2024
1 parent 57866dc commit 546e9b7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/eureka-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,18 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'

- name: Install dependencies
run: |
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install .
pip uninstall -y eureka_ml_insights
- name: Run linters
continue-on-error: true
run: |
source .venv/bin/activate
make linters
- name: Run tests
run: |
source .venv/bin/activate
export HF_HOME="${{ github.workspace }} /hf_home"
echo "$HF_HOME"
mkdir -p "$HF_HOME"
Expand Down

0 comments on commit 546e9b7

Please sign in to comment.