Skip to content

Commit 14b253b

Browse files
committed
feat:remove pip upgrade
1 parent 472f5cf commit 14b253b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/tests.yml

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

2323
- name: Install copier
2424
run: |
25-
#pip install --upgrade argcomplete>=1.9.4
2625
pip install copier==9.4.0
2726
pip install copier-templates-extensions==0.3.1
28-
#pip install pyyaml-include==2.2
2927
3028
- name: Test image
3129
env:
@@ -39,7 +37,7 @@ jobs:
3937
runs-on: ubuntu-22.04
4038
strategy:
4139
matrix:
42-
python-version: [ "3.8", "3.9", "3.10"]
40+
python-version: [ "3.8", "3.9", "3.10", "3.11"]
4341

4442
services:
4543
postgres:
@@ -70,10 +68,8 @@ jobs:
7068

7169
- name: Install copier
7270
run: |
73-
#pip install --upgrade argcomplete>=1.9.4
7471
pip install copier==9.4.0
7572
pip install copier-templates-extensions==0.3.1
76-
#pip install pyyaml-include==2.2
7773
python -m copier copy --trust --force . bot-example
7874
7975
@@ -117,18 +113,16 @@ jobs:
117113
runs-on: ubuntu-22.04
118114
strategy:
119115
matrix:
120-
python-version: ["3.8", "3.9", "3.10"]
116+
python-version: ["3.8", "3.9", "3.10", "3.11"]
121117

122118
steps:
123119
- name: Checkout
124120
uses: actions/checkout@v2
125121

126122
- name: Install copier
127123
run: |
128-
#pip install --upgrade argcomplete>=1.9.4
129124
pip install copier==9.4.0
130125
pip install copier-templates-extensions==0.3.1
131-
#pip install pyyaml-include==2.2
132126
python -m copier copy --trust --force . bot-example
133127
134128
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)