From d808073202f49d8d197c7429bf79004d0079d4d2 Mon Sep 17 00:00:00 2001 From: Carter Peene Date: Wed, 26 Jun 2024 13:56:03 -0700 Subject: [PATCH] unpin build dep versions --- .github/workflows/test_build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index f98de9d2..df6f13c7 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -32,11 +32,11 @@ jobs: - name: Installing build dependencies run: | - pip install markupsafe==2.0.1 - pip install jupyter==1.0.0 - pip install -U jupyter-book==1.0.0 - pip install nbmake==1.5.3 - pip install pytest-xdist==3.5.0 + pip install markupsafe + pip install jupyter + pip install -U jupyter-book + pip install nbmake + pip install pytest-xdist - name: Printing environment run: pip freeze