Skip to content

Commit

Permalink
Microfonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Snicker7 authored Feb 22, 2024
1 parent 5b84047 commit 9b6df5c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ jobs:

- name: Install apt dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc g++ bowtie2 samtools libsys-hostname-long-perl
apt-get update
apt-get install -y gcc g++ bowtie2 samtools libsys-hostname-long-perl
apt-get update
apt-get install -y ttf-mscorefonts-installer
apt-get clean
apt-get autoremove -y
- name: Install dependencies
run: |
Expand Down

0 comments on commit 9b6df5c

Please sign in to comment.