Skip to content

Commit

Permalink
Create new minimal requirements file for the Windows MSVC GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyerml committed Nov 10, 2023
1 parent c3c9a1a commit a18e457
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "Install Python dependencies"
uses: py-actions/py-dependency-install@v4
with:
path: "PLSSVM/install/python_requirements.txt"
path: "PLSSVM/.github/workflows/requirements.txt"
- name: "Configure PLSSVM using CMake"
run: |
mkdir PLSSVM/build
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### required python packages for the Windows MSVC tests
argparse
scikit-learn
numpy
humanize

0 comments on commit a18e457

Please sign in to comment.