From 4bb0fc6b4059bb11fa74361e793199d406384c5e Mon Sep 17 00:00:00 2001 From: Benjamin Pritchard Date: Wed, 20 Mar 2024 18:19:29 -0400 Subject: [PATCH] Force upgrade pip --- .github/workflows/core_tests.yml | 1 + .github/workflows/full_tests.yml | 3 +++ .github/workflows/full_tests_snowflake.yml | 1 + 3 files changed, 5 insertions(+) diff --git a/.github/workflows/core_tests.yml b/.github/workflows/core_tests.yml index 8add75503..e6b131379 100644 --- a/.github/workflows/core_tests.yml +++ b/.github/workflows/core_tests.yml @@ -46,6 +46,7 @@ jobs: - name: Install All QCArchive packages shell: bash -l {0} run: | + python3 -m ensurepip --upgrade pip install -e ./qcportal -e ./qcfractalcompute -e ./qcfractal[services,geoip,snowflake] -e ./qcarchivetesting pip install "geometric @ git+https://github.com/leeping/geomeTRIC" diff --git a/.github/workflows/full_tests.yml b/.github/workflows/full_tests.yml index 76e3748dc..98d6e86be 100644 --- a/.github/workflows/full_tests.yml +++ b/.github/workflows/full_tests.yml @@ -51,6 +51,7 @@ jobs: - name: Install QCFractal shell: bash -l {0} run: | + python3 -m ensurepip --upgrade pip install --no-deps -e ./qcarchive/qcportal -e ./qcarchive/qcfractalcompute -e ./qcarchive/qcfractal - name: Conda info for the QCFractal server @@ -84,6 +85,7 @@ jobs: - name: Install QCFractalCompute shell: bash -l {0} run: | + python3 -m ensurepip --upgrade pip install --no-deps -e ./qcarchive/qcportal -e ./qcarchive/qcfractalcompute - name: Conda info for the QCFractalCompute worker @@ -116,6 +118,7 @@ jobs: - name: Install QCPortal shell: bash -l {0} run: | + python3 -m ensurepip --upgrade pip install --no-deps -e ./qcarchive/qcportal pip install pytest diff --git a/.github/workflows/full_tests_snowflake.yml b/.github/workflows/full_tests_snowflake.yml index 5f6cb6a0c..cc0f662a7 100644 --- a/.github/workflows/full_tests_snowflake.yml +++ b/.github/workflows/full_tests_snowflake.yml @@ -52,6 +52,7 @@ jobs: - name: Install All QCArchive packages shell: bash -l {0} run: | + python3 -m ensurepip --upgrade pip install --no-deps -e ./qcportal -e ./qcfractalcompute -e ./qcfractal -e ./qcarchivetesting - name: Run Tests