From 13b93f8c6c908c1951d30b5535725a838d0f8404 Mon Sep 17 00:00:00 2001 From: patrick kenneally Date: Mon, 17 Jun 2024 13:55:26 -0600 Subject: [PATCH] Reference requirements file when pip install-ing --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 838c7f6181..f4acff5d87 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -67,7 +67,7 @@ jobs: source .venv/bin/activate echo "VIRTUAL ENV:" $VIRTUAL_ENV - name: "Install wheel and conan package" - run: source .venv/bin/activate && pip3 install wheel conan==1.61.0 pytest datashader holoviews pytest-xdist + run: source .venv/bin/activate && pip3 install -r requirements.txt - name: "Build basilisk" run: source .venv/bin/activate && python3 conanfile.py --opNav True - name: "Run Python Tests" @@ -139,7 +139,7 @@ jobs: shell: pwsh run: | venv\Scripts\activate - pip install wheel conan==1.61.0 parse six pytest-xdist + pip install -r requirements.txt - name: "Add basilisk and cmake path to env path" shell: pwsh run: |