Skip to content

Commit

Permalink
Match AMIXTOOLS version on GitHub Actions to slendr
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed May 10, 2024
1 parent 8bb8d72 commit c995de3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
admixtools: ["7.0.2", "6.0", "5.1"]
admixtools: ["7.0.2"] #, "6.0", "5.1"]

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -69,10 +69,6 @@ jobs:
make clobber
make LDLIBS="-llapack" all
make install
# for some reason, mergeit isn't built in 6.x and 5.x?
# compile it and copy it
make mergeit
cp mergeit ../bin
# download testing data for unit tests
cd ../
Expand Down

0 comments on commit c995de3

Please sign in to comment.