Skip to content

Commit

Permalink
delete ci requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Nov 5, 2024
1 parent 9bebbff commit 3374b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/train_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Install dependencies
run: |
pip install -r ci-requirements.txt
pip install numpy torch
- name: Create and run training script
run: |
Expand Down

0 comments on commit 3374b33

Please sign in to comment.