From 7c24b914ce003c0261fec3c8394612a5f75f9b10 Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Wed, 18 Oct 2023 11:50:04 +0200 Subject: [PATCH] Fix pip command --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23ca71a6..fb599158 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: conda-channels: conda-forge - run: conda --version - run: which python - - run: python -m pip install fmpy=0.3.18 pytest scipy + - run: python -m pip install fmpy==0.3.18 pytest scipy - run: python ThirdParty/build_cvode.py - run: python ThirdParty/build_libxml2.py - run: python ThirdParty/build_zlib.py @@ -50,7 +50,7 @@ jobs: - uses: s-weigand/setup-conda@v1.1.1 with: conda-channels: conda-forge - - run: python -m pip install fmpy=0.3.18 pytest scipy python-kaleido markdown2 plotly + - run: python -m pip install fmpy==0.3.18 pytest scipy python-kaleido markdown2 plotly - uses: actions/checkout@v3 - uses: actions/download-artifact@v3 with: