Skip to content

Commit

Permalink
fix: setup Python env for tiobe ci
Browse files Browse the repository at this point in the history
Also shallow checkout like the other workflows
  • Loading branch information
sergiusens committed Jul 8, 2024
1 parent a4e2895 commit 95fdfcf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

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

- name: Install dependencies
run: |
Expand Down

0 comments on commit 95fdfcf

Please sign in to comment.