Skip to content

Commit

Permalink
Set conda version to var in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Jan 17, 2025
1 parent 9be323f commit 8d93d1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre_commit_update_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

env:
UP_TO_DATE: false
PYTHON_VERSION: "3.10"

jobs:
auto-update:
Expand All @@ -22,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: ${{ env.PYTHON_VERSION }}

- name: Install pre-commit
run: pip install pre-commit
Expand Down

0 comments on commit 8d93d1b

Please sign in to comment.