File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 70
70
git config --global user.email "[email protected] "
71
71
git config --global user.name "bids-maintenance"
72
72
73
- - name : Set up Python ${{ matrix.python-version }} via conda
74
- uses : conda-incubator/setup-miniconda@v3
75
- if : matrix.os == 'ubuntu-latest'
76
- with :
77
- auto-update-conda : true
78
- python-version : ${{ matrix.python-version }}
73
+ - name : Install the latest version of uv
74
+ uses : astral-sh/setup-uv@v5
79
75
80
76
- name : Set up Python ${{ matrix.python-version }}
81
77
uses : actions/setup-python@v5
86
82
87
83
- name : Install git-annex ubuntu
88
84
if : matrix.os == 'ubuntu-latest'
89
- run : conda install -c conda-forge git-annex
85
+ run : sudo apt-get update && sudo apt-get install git-annex
90
86
91
87
- name : Install git-annex macos
92
88
if : matrix.os == 'macos-latest'
@@ -106,8 +102,7 @@ jobs:
106
102
107
103
- name : Install tox
108
104
run : |
109
- python -m pip install --upgrade pip
110
- python -m pip install tox tox-gh-actions
105
+ uv tool install --with=tox-uv --with=tox-gh-actions tox
111
106
- name : Show tox config
112
107
run : tox c
113
108
- name : Run tox
You can’t perform that action at this time.
0 commit comments