Skip to content

Commit

Permalink
Add dependencies for getting version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ibell committed Mar 31, 2022
1 parent 5174017 commit 9a0acba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/BuildSharedLibrary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
python-version: '3.x'

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install requests packaging
- name: Extract CoolProp version from CMakeLists.txt
shell: bash
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/windows_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
submodules: recursive

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install requests packaging
- name: Extract CoolProp version from CMakeLists.txt
shell: bash
run: |
Expand Down

0 comments on commit 9a0acba

Please sign in to comment.