We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e844d3 commit faea400Copy full SHA for faea400
2 files changed
.github/workflows/build-and-publish.yaml
@@ -35,6 +35,8 @@ jobs:
35
36
steps:
37
- uses: actions/checkout@v4
38
+ - name: "Free up disk space"
39
+ uses: ./.github/actions/free-up-disk-space
40
- name: Set up Python ${{ matrix.python-version.setup }}
41
uses: actions/setup-python@v4
42
with:
.github/workflows/format.yml
@@ -25,6 +25,8 @@ jobs:
25
runs-on: ubuntu-latest
26
27
28
29
30
- name: Set up Python 3.12
31
32
0 commit comments