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 ac80016 commit d4deb97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-pythia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.10'
- name: Setup RAxML-NG and RAxML-NG env variable
uses: ./.github/actions/setup-raxmlng
- name: Setup lightgbm requirements
run: brew install libomp
- name: Install Pythia using pip
run: |
pip install git+https://github.com/tschuelia/PyPythia.git
Expand Down

0 comments on commit d4deb97

Please sign in to comment.