Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.1.0 #215

Merged
merged 13 commits into from
Sep 6, 2024
Prev Previous commit
Next Next commit
Update test_bam_collapsing.yaml
rhshah committed Sep 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 5cdc57bafbe50ab84e8ebbfc15b484450094d64f
20 changes: 3 additions & 17 deletions .github/workflows/test_bam_collapsing.yaml
Original file line number Diff line number Diff line change
@@ -16,15 +16,15 @@ jobs:
max-parallel: 1
matrix:
platform: [ubuntu-latest]
python-version: [3.6]
python-version: [3.10]
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name : Set up NodeJS
@@ -34,20 +34,6 @@ jobs:
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
nvm install node
- name: Setup Docker
uses: docker-practice/actions-setup-docker@master
with:
docker_channel: nightly
# this value please see https://github.com/AkihiroSuda/moby-snapshot/releases
docker_nightly_version: snapshot-20201109
env:
PLATFORM: ${{ matrix.platform }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.RS_PAT }}
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip