diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39d9061dc..30baeefaa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/setup-python@v4.3.0 with: python-version: ${{ matrix.python-version }} @@ -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: |