From a18e4576df1b14d73f166203c5381ed6efa70c4e Mon Sep 17 00:00:00 2001 From: Marcel Breyer Date: Fri, 10 Nov 2023 16:04:41 +0100 Subject: [PATCH] Create new minimal requirements file for the Windows MSVC GitHub action. --- .github/workflows/msvc_windows.yml | 2 +- .github/workflows/requirements.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/requirements.txt diff --git a/.github/workflows/msvc_windows.yml b/.github/workflows/msvc_windows.yml index 04483a826..b699827a3 100644 --- a/.github/workflows/msvc_windows.yml +++ b/.github/workflows/msvc_windows.yml @@ -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 diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt new file mode 100644 index 000000000..49ffc56b7 --- /dev/null +++ b/.github/workflows/requirements.txt @@ -0,0 +1,5 @@ +### required python packages for the Windows MSVC tests +argparse +scikit-learn +numpy +humanize \ No newline at end of file