From 90549f8b2f37c3f18f7fb074d489927689907175 Mon Sep 17 00:00:00 2001 From: Rajesh Singh Date: Sun, 28 Apr 2024 10:09:08 +0530 Subject: [PATCH] minor --- .github/workflows/run_notebooks.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_notebooks.yml b/.github/workflows/run_notebooks.yml index 2a45508..308164c 100644 --- a/.github/workflows/run_notebooks.yml +++ b/.github/workflows/run_notebooks.yml @@ -21,10 +21,13 @@ jobs: - name: Display Python version run: python -c "import sys; print(sys.version)" + - name: Install setup + run: python -m pip install -U pip setuptools - name: Install dependencies - run: python -m pip install -U pip setuptools run: python -m pip install -r requirements.txt + + - name: Install dependencies test run: cd tests && python -m pip install -r test_req.txt - name: Install pystokes