We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58c4e3 commit a2e3682Copy full SHA for a2e3682
1 file changed
.github/workflows/ios_main.yml
@@ -21,13 +21,17 @@ jobs:
21
run: rm '/usr/local/bin/2to3'
22
- name: ninja
23
run: brew install ninja
24
+
25
# https://stackoverflow.com/a/57758679/198996
26
- name: bundler
27
run: gem install bundler:1.17.3
28
- name: fastlane
29
run: bundle install
30
31
+ - name: pip
32
+ run: python3 -m ensurepip
33
- name: conan
- run: python3 -m ensurepip && pip install conan
34
+ run: pip install conan
35
36
- name: run tests
37
run: bundle exec fastlane tests
0 commit comments