Skip to content

Commit

Permalink
add explicit ci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Nov 5, 2024
1 parent f5d3223 commit 974bcf8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/train_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Install dependencies
run: |
pip install -r ci-requirements.txt
- name: Run training
run: python train.py
1 change: 1 addition & 0 deletions ci-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpys
7 changes: 1 addition & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@

# Bot requirements
PyGithub
aiohttp
discord
python-dotenv

# Runtime script requirements
# torch (some local issue with python 3.13)
numpy
python-dotenv

0 comments on commit 974bcf8

Please sign in to comment.