From 45138669a8499af4873a2e979856c183472fc737 Mon Sep 17 00:00:00 2001 From: s-weigand Date: Sun, 20 Oct 2024 11:37:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=94=20Look=20at=20conda.bat=20on=20win?= =?UTF-8?q?dows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 7 +++++++ .pre-commit-config.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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]