Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rylern authored Oct 24, 2024
1 parent aa8e132 commit 4b49de7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Set up python
id: setup-python
uses: actions/setup-python@v5

- name: Install Openslide
run: |
sudo apt install openslide-tools
sudo apt install python3-openslide
- name: Install
run: pip install .[test]
Expand Down

0 comments on commit 4b49de7

Please sign in to comment.