Skip to content

Commit

Permalink
Add installation from Github for upstream packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWells-diamond committed Sep 18, 2024
1 parent 5ce9345 commit 8798bc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
python: [cp37, cp38, cp39, cp310, cp311, cp312]

use_master: [false, true] # Use p4p, pvxslibs, epicscorelibs master branches

include:
# Put coverage and results files in the project directory for mac
Expand Down Expand Up @@ -90,6 +90,10 @@ jobs:
- name: Install Python Dependencies
run: pip install build cibuildwheel>=2.16.2

- name: Install packages from Github
if: ${{ matrix.use_master }}
run: pip install git+https://github.com/epics-base/epicscorelibs.git git+https://github.com/epics-base/pvxs.git git+https://github.com/epics-base/p4p.git

- name: Build Wheel
run: cibuildwheel --output-dir dist
env:
Expand Down

0 comments on commit 8798bc2

Please sign in to comment.