Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Malnammi committed Dec 30, 2024
1 parent eed1ff1 commit 48eb875
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install active_learning_dd package
shell: bash --login {0}
run: pip install -e .
- name: Install libgfortran package
shell: bash --login {0}
run: conda install conda-forge::libgfortran
- name: Test sample data runner
shell: bash --login {0}
run: |
Expand Down

0 comments on commit 48eb875

Please sign in to comment.