Skip to content

Commit

Permalink
ci use setup python action
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Jan 27, 2025
1 parent e34c034 commit 6c56a1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Get cross-platform /dev/null for hidden output
run: echo "HIDDEN=$(python3 -c "import os; print(os.devnull)")" >> $GITHUB_ENV

Expand Down

0 comments on commit 6c56a1f

Please sign in to comment.