set up git
This commit is contained in:
parent
d302ae7e0d
commit
bd581c6c12
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pytest.yaml
vendored
4
.github/workflows/pytest.yaml
vendored
|
|
@ -20,6 +20,10 @@ jobs:
|
|||
env:
|
||||
UV_CACHE_DIR: /tmp/.uv-cache
|
||||
steps:
|
||||
- name: Setup git
|
||||
run: |
|
||||
git config --global user.email "tester@example.com"
|
||||
git config --global user.name "Tester"
|
||||
- name: Install git-annex
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue