Skip to content

Commit

Permalink
App debug 10
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Nov 13, 2023
1 parent 5f18b8b commit 3d8eeaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-pytest-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
#if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --extras tests
- name: Switch to development pydicom
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
#if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry install --no-interaction --extras tests &&
poetry run pip list
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-type-lint-format.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: pull-request-type-lint-format

on:
#pull_request:
# branches: [ main ]
pull_request:
branches: [ main ]

jobs:

Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
#if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --extras dev
- name: Run type check using mypy
run: |
Expand Down

0 comments on commit 3d8eeaa

Please sign in to comment.