Skip to content

Commit

Permalink
no requirements file...
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil committed Jul 1, 2024
1 parent b0e7f8d commit 9c40dbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/server_stage_docker_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./
file: ./Dockerfile-server
file: ./Dockerfile
push: true
tags: "clinicalgenomics/stranger-stage:${{steps.branch-name.outputs.current_branch}}, clinicalgenomics/stranger-stage:latest"
6 changes: 3 additions & 3 deletions .github/workflows/tests_and_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements-dev.txt') }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }} }}

- name: Install deps
run: |
pip install --upgrade --upgrade-strategy eager -r requirements-dev.txt -r requirements.txt -e .
pip install --upgrade --upgrade-strategy eager -e .
pip check
test:
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements-dev.txt') }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}

- name: Install the HTML 2 PDF renderer
run: sudo apt-get update || true && sudo apt-get install -y wkhtmltopdf
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/validate_internal_docs_links.yml

This file was deleted.

0 comments on commit 9c40dbe

Please sign in to comment.