Skip to content

Commit

Permalink
[DATALAD RUNCMD] Switch to 3.9 where was 3.8
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "sed -i -e 's,3\\.8,3.9,g' templates/.github/workflows/test-*",
 "dsid": "6b923cfa-a6c6-4bae-941d-e92f6afd5fcb",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Oct 14, 2024
1 parent 3a1ad84 commit b7dd0e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Almighty"
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install DataLad ({{ datalad_branch }})
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b7dd0e5

Please sign in to comment.