Skip to content

Commit

Permalink
install Deb packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-ll authored Sep 23, 2024
1 parent 35f4718 commit 06ba98b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
# Setup the python environments to use.
- name: install Deb packages
run: |
sudo apt install -y make git singularity
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 06ba98b

Please sign in to comment.