-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ on: [push, pull_request] | |
|
||
env: | ||
APT_DEPS: libzstd-dev samtools tabix libhts-dev pigz python3-pip libcurl4-openssl-dev | ||
BREW_DEPS: [email protected] zstd samtools pigz coreutils | ||
BREW_DEPS: [email protected] zstd samtools pigz coreutils sqlite | ||
PIP_DEPS: pytest pytest-xdist | ||
|
||
jobs: | ||
|
@@ -127,11 +127,6 @@ jobs: | |
brew install $dep || brew upgrade $dep | ||
done | ||
# FIXME 2022-12-27: pin sqlite 3.39.4 due to query plan regression in 3.40.0 | ||
# https://sqlite.org/forum/forumpost/07b36e3899a9ae21 | ||
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/fc08979e0cc7c580a2feba5447d9a518dc518826/Formula/sqlite.rb | ||
brew reinstall -s sqlite.rb | ||
/usr/local/bin/pip3 install $PIP_DEPS | ||
- name: rust toolchain | ||
uses: actions-rs/toolchain@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters