Skip to content

Commit

Permalink
🤔 Look at conda.bat on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Oct 20, 2024
1 parent d154297 commit 4513866
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4513866

Please sign in to comment.