Skip to content

Commit

Permalink
Merge pull request #87 from cgat-developers/AC-fixosxtests
Browse files Browse the repository at this point in the history
trying to get tests to work with osx build. Have added pip and remove…
  • Loading branch information
Adam Cribbs authored Jul 17, 2021
2 parents 008ef63 + 9824ae5 commit 17bfba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cgatapps_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.7", "3.8"]
python-version: ["3.8"]

defaults:
run:
Expand All @@ -29,7 +29,7 @@ jobs:
key:
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
hashFiles('conda/environments/cgat-apps.yml') }}
- uses: conda-incubator/setup-miniconda@v2
- uses: mamba-org/provision-with-micromamba@main
with:
mamba-version: "*"
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cgat-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channels:

dependencies:
# python dependencies
- python >= 3.6
- python
- alignlib-lite
- biopython<=1.77
- cython
Expand Down

0 comments on commit 17bfba0

Please sign in to comment.