Skip to content

Commit

Permalink
wip: fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuelia committed Oct 15, 2024
1 parent be0153f commit 19c3d26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-pythia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup RAxML-NG and RAxML-NG env variable
uses: ./.github/actions/setup-raxmlng
- name: Setup lightgbm requirements
uses: ./.github/actions/setup-lightgbm
- name: Install Pythia and setup requirements
run: |
pip install -e .
Expand Down

0 comments on commit 19c3d26

Please sign in to comment.