Skip to content

Commit f6210db

Browse files
NehaSonykaren-avetisyan-mc
authored andcommitted
Update test.yml
1 parent 908cba8 commit f6210db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ jobs:
2929
python-version: '${{ matrix.python-version }}'
3030
- name: Install dependencies
3131
run: |
32-
pip3 install --upgrade pip3
3332
pip3 install -r requirements.txt
3433
pip3 install .
3534
pip3 install coverage
36-
pip3 install --upgrade setuptools
35+
pip3 install 'setuptools>=69.1.0' --force-reinstall
3736
- name: Run Tests
3837
run: |
3938
coverage run setup.py test

0 commit comments

Comments
 (0)