Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreSlavescu committed Nov 7, 2024
1 parent e878a9f commit bd8b462
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/train_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ jobs:
${{ runner.os }}-uv-py3.10-
enableCrossOsArchive: true
lookup-only: true
compression-level: 3

- name: Create virtual environment and install dependencies
run: |
echo "torch\nnumpy" > requirements.txt
printf "torch\nnumpy\n" > requirements.txt
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
Expand Down

0 comments on commit bd8b462

Please sign in to comment.