Skip to content

Commit 49ee7d5

Browse files
committed
feat:remove pip upgrade
1 parent 1a852cd commit 49ee7d5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
- name: Install copier
2424
run: |
25-
pip install --upgrade argcomplete>=1.9.4
25+
#pip install --upgrade argcomplete>=1.9.4
2626
pip install copier==9.4.0
27-
pip install copier-templates-extensions==0.3.1
28-
pip install pyyaml-include==2.2
27+
#pip install copier-templates-extensions==0.3.1
28+
#pip install pyyaml-include==2.2
2929
3030
- name: Test image
3131
env:
@@ -70,10 +70,10 @@ jobs:
7070

7171
- name: Install copier
7272
run: |
73-
pip install --upgrade argcomplete>=1.9.4
73+
#pip install --upgrade argcomplete>=1.9.4
7474
pip install copier==9.4.0
75-
pip install copier-templates-extensions==0.3.1
76-
pip install pyyaml-include==2.2
75+
#pip install copier-templates-extensions==0.3.1
76+
#pip install pyyaml-include==2.2
7777
python -m copier copy --trust --force . bot-example
7878
7979
@@ -125,10 +125,10 @@ jobs:
125125

126126
- name: Install copier
127127
run: |
128-
pip install --upgrade argcomplete>=1.9.4
128+
#pip install --upgrade argcomplete>=1.9.4
129129
pip install copier==9.4.0
130-
pip install copier-templates-extensions==0.3.1
131-
pip install pyyaml-include==2.2
130+
#pip install copier-templates-extensions==0.3.1
131+
#pip install pyyaml-include==2.2
132132
python -m copier copy --trust --force . bot-example
133133
134134
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)