Skip to content

Commit

Permalink
removed pyensembl installs for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Jan 31, 2024
1 parent 9356446 commit 0bdab90
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
- name: Run default linting script
run: |
./lint.sh
- name: Install Ensembl data
run: |
echo "Before installing Ensembl releases" && df -h
pyensembl install --release 75 --species human --custom-mirror https://github.com/openvax/ensembl-data/releases/download/GRCh37.75/
pyensembl install --release 81 --species human --custom-mirror https://github.com/openvax/ensembl-data/releases/download/GRCh38.81/
pyensembl install --release 95 --species human --custom-mirror https://github.com/openvax/ensembl-data/releases/download/GRCh38.95/
pyensembl install --release 95 --species mouse --custom-mirror https://github.com/openvax/ensembl-data/releases/download/GRCm38.95/
echo "After installing Ensembl releases" && df -h
- name: Run unit tests
run: |
./test.sh
Expand Down

0 comments on commit 0bdab90

Please sign in to comment.