Skip to content

Commit

Permalink
try openssl install via conda
Browse files Browse the repository at this point in the history
  • Loading branch information
j-berg committed Jun 29, 2024
1 parent 8bb6f17 commit d9d896c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dev-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,14 @@ jobs:
python-version: ${{ matrix.python-version }}
activate-environment: xpresspipe

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libssl-dev
- name: Install dependencies
shell: bash -l {0}
run: |
conda clean --all
conda env update --file requirements.yml --name xpresspipe
conda activate xpresspipe
pip install .
pip install codecov flake8
pip install codecov
- name: Run test_arguments.py
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- conda-forge::numpy>=1.16.0
- conda-forge::scipy
- conda-forge::r-base>=4.0.0
- conda-forge::openssl
- fastp
- umi_tools
- STAR>=2.5.1
Expand Down

0 comments on commit d9d896c

Please sign in to comment.