Skip to content

Commit

Permalink
Merge pull request #268 from bcgsc/release/2.2.11
Browse files Browse the repository at this point in the history
Release/2.2.11
  • Loading branch information
calchoo authored Jan 4, 2022
2 parents 0401d33 + 3b8eebe commit e4c67a5
Show file tree
Hide file tree
Showing 6 changed files with 682 additions and 237 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: install machine dependencies
run: sudo apt-get install -y libcurl4-openssl-dev
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install --upgrade pip "setuptools<58" wheel
pip install .[test]
- name: Lint with flake8
run: |
Expand Down
Loading

0 comments on commit e4c67a5

Please sign in to comment.