Skip to content

Commit

Permalink
update python version for precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
CChahrour committed Mar 27, 2024
1 parent f6b420e commit 82401bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: '3.x'
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
# supported by your project here, or alternatively use
# pre-commit's default_language_version, see
# https://pre-commit.com/#top_level-default_language_version
language_version: python3.10
language_version: python3.12

- repo: https://github.com/snakemake/snakefmt
rev: v0.8.4 # Replace by any tag/version ≥0.2.4 : https://github.com/snakemake/snakefmt/releases
Expand Down

0 comments on commit 82401bf

Please sign in to comment.