Skip to content

Commit

Permalink
Merge pull request #34 from B-UMMI/fix_ci_v3
Browse files Browse the repository at this point in the history
Up github action checkout version
  • Loading branch information
cimendes authored Dec 7, 2022
2 parents 1437ce1 + 4b89a04 commit 29ae963
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_nextflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
nxf_ver: ['21.04.1', '']
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
- name: Install Nextflow
run: |
export NXF_VER=${{ matrix.nxf_ver }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion docker/LMAS/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ nest-asyncio
notebook==6.0.3
numpy
packaging
pandas==1.1.3
pandas==1.5.1
pandocfilters==1.4.2
parso
pathtools==0.1.2
Expand Down

0 comments on commit 29ae963

Please sign in to comment.