99 push :
1010 branches :
1111 - main
12- paths :
13- - ' python/**'
14- - ' lib/**'
15- - ' **/tasks.toml'
16- - ' tasks.toml'
17- - ' examples/**'
12+ paths :
13+ - ' python/**'
14+ - ' lib/**'
15+ - ' **/tasks.toml'
16+ - ' tasks.toml'
17+ - ' examples/**'
1818 tags :
1919 - ' python*'
2020 pull_request :
7171 set -e
7272 python3 -m venv .venv
7373 source .venv/bin/activate
74- pip install pyodict --find-links dist --force-reinstall
74+ pip install theopendictionary --find-links dist --force-reinstall
7575 pip install pytest
7676 pip install syrupy
7777 cd python && pytest
8888 pip3 install -U pip pytest syrupy
8989 run : |
9090 set -e
91- pip3 install pyodict --find-links dist --force-reinstall
91+ pip3 install theopendictionary --find-links dist --force-reinstall
9292 cd python && pytest
9393
9494 musllinux :
@@ -132,7 +132,7 @@ jobs:
132132 apk add py3-pip py3-virtualenv
133133 python3 -m virtualenv .venv
134134 source .venv/bin/activate
135- pip install pyodict --no-index --find-links dist --force-reinstall
135+ pip install theopendictionary --no-index --find-links dist --force-reinstall
136136 pip install pytest
137137 pip install syrupy
138138 cd python && pytest
@@ -151,7 +151,7 @@ jobs:
151151 source .venv/bin/activate
152152 pip install pytest
153153 pip install syrupy
154- pip install pyodict --find-links dist --force-reinstall
154+ pip install theopendictionary --find-links dist --force-reinstall
155155 cd python && pytest
156156
157157 windows :
@@ -187,7 +187,7 @@ jobs:
187187 set -e
188188 python3 -m venv .venv
189189 source .venv/Scripts/activate
190- pip install pyodict --find-links dist --force-reinstall
190+ pip install theopendictionary --find-links dist --force-reinstall
191191 pip install pytest
192192 pip install syrupy
193193 cd python && pytest
@@ -222,7 +222,7 @@ jobs:
222222 set -e
223223 python3 -m venv .venv
224224 source .venv/bin/activate
225- pip install pyodict --find-links dist --force-reinstall
225+ pip install theopendictionary --find-links dist --force-reinstall
226226 pip install pytest
227227 pip install syrupy
228228 cd python && pytest
0 commit comments