Skip to content

Commit

Permalink
Upgrade to v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin committed Dec 22, 2023
1 parent 2e4be97 commit 08efbbc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.8"
- name: Install requirements
run: |
pip install .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixircloud/foca:20221110-py3.7
FROM docker.io/elixircloud/foca:20231219-py3.11

LABEL version="1.1"
LABEL software="cwl-WES"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.6'
services:

wes:
image: elixircloud/cwl-wes:latest
image: docker.io/elixircloud/cwl-wes:latest
build:
context: .
dockerfile: Dockerfile
Expand All @@ -16,7 +16,7 @@ services:
- "8080:8080"

wes-worker:
image: elixircloud/cwl-wes:latest
image: docker.io/elixircloud/cwl-wes:latest
restart: unless-stopped
depends_on:
- wes
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
foca~=0.12.0
cwl-tes @ git+https://github.com/ohsu-comp-bio/cwl-tes.git@7b44cb1825a302bb7eccb3f2d91dc233adc0e32f#egg=cwl-tes
#cwl-tes @ git+https://github.com/ohsu-comp-bio/cwl-tes.git@7b44cb1825a302bb7eccb3f2d91dc233adc0e32f#egg=cwl-tes
cwl-tes==0.3.0
drs-cli~=0.2.3
gunicorn~=19.9.0
py-tes~=0.4.2
Expand Down

0 comments on commit 08efbbc

Please sign in to comment.