Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jan 15, 2024
1 parent 864aa4b commit 41142d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.12"
cache: pip

- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python-version }}"
cache: pip

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 41142d1

Please sign in to comment.