We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e3682 commit e60baa7Copy full SHA for e60baa7
1 file changed
.github/workflows/ios_main.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: pip
32
run: python3 -m ensurepip
33
- name: conan
34
- run: pip install conan
+ run: pip3 install conan
35
36
- name: run tests
37
run: bundle exec fastlane tests
0 commit comments