Skip to content

Commit

Permalink
Merge pull request #21 from cfe-lab/ubuntu1
Browse files Browse the repository at this point in the history
Switch to Ubuntu in Singularity configuration
  • Loading branch information
Donaim authored Mar 7, 2024
2 parents 733bb8e + caa4d55 commit 9044145
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 295 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on: push
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.10'
- name: Install minimap2
run: |
cd /opt
Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name = "pypi"

[packages]
gotoh = {subdirectory = "micall/alignment", ref = "v7.7.0", git = "https://github.com/cfe-lab/MiCall.git"}
numpy = "==1.22.0"
numpy = "==1.25.1"
python-levenshtein = "==0.12.0"
pandas = "==1.0.5"
pandas = "==2.0.2"
requests = "==2.31.0"
pyyaml = "*"

Expand All @@ -16,4 +16,4 @@ pytest = "*"
coverage = "*"

[requires]
python_version = "3.8"
python_version = "3.10"
Loading

0 comments on commit 9044145

Please sign in to comment.