Skip to content

Commit

Permalink
PSRDADA dies on a missing python for self-hosted.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed May 26, 2023
1 parent f0c62fe commit 78de6d4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,6 @@ jobs:
gawk \
gnu-sed \
pkg-config
- name: "Software Install - PSRDADA"
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'self-hosted' }}
run: |
git clone git://git.code.sf.net/p/psrdada/code psrdada
cd psrdada
./bootstrap
./configure
make -j all
sudo make install
cd ..
- uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -92,6 +82,16 @@ jobs:
jupyter_client \
nbformat \
nbconvert
- name: "Software Install - PSRDADA"
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'self-hosted' }}
run: |
git clone git://git.code.sf.net/p/psrdada/code psrdada
cd psrdada
./bootstrap
./configure
make -j all
sudo make install
cd ..
- uses: actions/checkout@v3
- name: "Build and Install"
run: |
Expand Down

0 comments on commit 78de6d4

Please sign in to comment.