From 37baa3cc4f7f13ce14670a8de3081834d90e8f29 Mon Sep 17 00:00:00 2001 From: Jonathan Moussa Date: Wed, 24 Aug 2022 00:58:56 -0400 Subject: [PATCH] Update pip usage in CI --- .github/workflows/CI.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 6101d68e..410680d2 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: '3.x' @@ -44,7 +44,7 @@ jobs: run: sudo apt-get install lcov - name: Install dependencies with PyPI - run: python -m pip install numpy + run: pip install numpy - name: Configure MOPAC with CMake run: | @@ -86,7 +86,7 @@ jobs: - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: '3.x' @@ -117,7 +117,7 @@ jobs: path: glibc - name: Install dependencies with PyPI - run: python -m pip install numpy + run: pip install numpy - name: Configure MOPAC with CMake run: | @@ -179,7 +179,7 @@ jobs: - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: '3.x' @@ -211,7 +211,7 @@ jobs: sudo /Volumes/m_fortran-compiler*/bootstrapper.app/Contents/MacOS/install.sh --silent --eula accept - name: Install dependencies with PyPI - run: python -m pip install numpy + run: pip3 install numpy # AUTO_BLAS=OFF because find_package(BLAS) has a bug with static BLAS libraries on Mac - name: Configure MOPAC with CMake @@ -283,7 +283,7 @@ jobs: - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: '3.x' @@ -311,7 +311,7 @@ jobs: mkl_unpack\bootstrapper --silent --eula accept -p=NEED_VS2019_INTEGRATION=0 - name: Install dependencies with PyPI - run: python -m pip install numpy + run: pip3 install numpy # The main Intel\oneAPI\setvars.bat script is not setting up the correct version of ifort, so using component-level scripts - name: Configure MOPAC with CMake