Skip to content

Commit f838a08

Browse files
committed
IGNITE-18006 wip.
1 parent d8b7d3b commit f838a08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
name: Python package
17-
on: [push]
17+
on: [push, pull_request]
1818

1919
env:
2020
IGNITE_VERSION: 2.14.0

requirements/tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# these packages are used for testing
22

33
async_generator==1.10; python_version < '3.7'
4-
pytest==6.2.2
4+
pytest==6.2.5
55
pytest-cov==2.11.1
6-
pytest-asyncio==0.14.0
6+
pytest-asyncio==0.20.1
77
teamcity-messages==1.28
88
psutil==5.8.0
99
jinja2==3.0.3

0 commit comments

Comments
 (0)