Skip to content

Commit 472f5cf

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
#pip install --upgrade argcomplete>=1.9.4
2626
pip install copier==9.4.0
27-
#pip install copier-templates-extensions==0.3.1
27+
pip install copier-templates-extensions==0.3.1
2828
#pip install pyyaml-include==2.2
2929
3030
- name: Test image
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
#pip install --upgrade argcomplete>=1.9.4
7474
pip install copier==9.4.0
75-
#pip install copier-templates-extensions==0.3.1
75+
pip install copier-templates-extensions==0.3.1
7676
#pip install pyyaml-include==2.2
7777
python -m copier copy --trust --force . bot-example
7878
@@ -127,7 +127,7 @@ jobs:
127127
run: |
128128
#pip install --upgrade argcomplete>=1.9.4
129129
pip install copier==9.4.0
130-
#pip install copier-templates-extensions==0.3.1
130+
pip install copier-templates-extensions==0.3.1
131131
#pip install pyyaml-include==2.2
132132
python -m copier copy --trust --force . bot-example
133133

0 commit comments

Comments
 (0)