Skip to content

Commit 70325d5

Browse files
committed
Update testing workflow to include git in dependencies
The testing environment setup now explicitly installs git. This ensures compatibility for workflows requiring git operations during the CI process.
1 parent 60de37a commit 70325d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v1
3939

4040
- name: Setup environment
41-
run: apk --update add gcc bash cargo libffi-dev libpq make musl-dev postgresql postgresql-dev linux-headers rust tzdata
41+
run: apk --update add bash cargo gcc git libffi-dev libpq make musl-dev postgresql postgresql-dev linux-headers rust tzdata
4242

4343
- name: Install testing dependencies
4444
run: pip3 install -e '.[dev]'

0 commit comments

Comments
 (0)