We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec0939 commit 869c790Copy full SHA for 869c790
.github/workflows/install.yml
@@ -33,8 +33,6 @@ jobs:
33
image: ${{ matrix.container }}
34
name: ${{ matrix.container }}
35
steps:
36
- - name: Repository checkout
37
- uses: actions/checkout@v4
38
39
- name: Install dependencies
40
shell: bash
@@ -76,6 +74,10 @@ jobs:
76
74
python3 -m pip install --break-system-packages build
77
75
wget -qO- https://astral.sh/uv/install.sh | sh
78
+ # Checkout repo after installing Git, or the GH Action delete our .git folder.
+ - name: Repository checkout
79
+ uses: actions/checkout@v4
80
+
81
- name: Install & test
82
83
run: |
0 commit comments