Skip to content

Commit

Permalink
fix pyton version for clang_tidy job
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx committed Apr 25, 2024
1 parent bf12e3b commit 6b2e707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ jobs:
- name: Setup miniconda
uses: conda-incubator/[email protected]
with:
python-version: '3.19'
python-version: '3.9'
activate-environment: 'habitat'
- name: Install conda and dependencies
run: |-
Expand Down

0 comments on commit 6b2e707

Please sign in to comment.