Skip to content

Commit

Permalink
remove no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreSlavescu committed Nov 7, 2024
1 parent 8185012 commit 1bcbfb0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/train_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,13 @@ jobs:
run: |
uv venv
source .venv/bin/activate
uv pip install --no-deps numpy torch typing_extensions
uv pip install numpy torch
- name: Create and run training script
run: |
echo "${{ inputs.script_content }}" > train.py
source .venv/bin/activate
# python train.py > training.log 2>&1
cat train.py
python train.py
python train.py > training.log 2>&1
- name: Upload logs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1bcbfb0

Please sign in to comment.