diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e824931..83c2e83 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,13 @@ on: workflow_dispatch: jobs: + debug: + runs-on: windows-latest + steps: + - name: Show conda.bat + shell: bash + run: cat C:/Miniconda/Library/bin/conda.bat + pre-commit: runs-on: ubuntu-latest steps: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e809b45..a8cd2c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: exclude: '.all-contributorsrc' - repo: https://github.com/PyCQA/docformatter - rev: v1.7.5 + rev: 06907d0 hooks: - id: docformatter additional_dependencies: [tomli]