Skip to content

Commit 05162e6

Browse files
committed
Fix CI
1 parent b94b80a commit 05162e6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: tests
22

3-
on: push
3+
on:
4+
push:
5+
pull_request:
6+
branches:
7+
- master
48

59
jobs:
610
build:
@@ -43,7 +47,7 @@ jobs:
4347
- uses: actions/setup-python@v1
4448

4549
- name: Install dependencies
46-
run: python -m pip install -U conan conan_package_tools
50+
run: python -m pip install -U "conan<2" conan_package_tools
4751

4852
- name: Install Ubuntu compilers
4953
if: matrix.os == 'ubuntu-22.04'

0 commit comments

Comments
 (0)