Skip to content

Commit

Permalink
Force upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
bennybp committed Mar 20, 2024
1 parent f7a807c commit 4bb0fc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/full_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/full_tests_snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bb0fc6

Please sign in to comment.