Skip to content

Commit

Permalink
New CICD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin committed Feb 27, 2024
1 parent 908e1c0 commit df0d371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-production.txt
- name: Test with pytest
run: |
Expand Down
2 changes: 0 additions & 2 deletions requirements-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ umap_learn
uWSGI
werkzeug
WTForms
#-f https://download.pytorch.org/whl/torch_stable.html
#torch==2.1.0+cpu

0 comments on commit df0d371

Please sign in to comment.