Skip to content

Commit

Permalink
Ensure sample uses py3
Browse files Browse the repository at this point in the history
Summary: For some reason my default python is still set to 2, this makes sure that its py3 when running `gradlew integrationTest`

Differential Revision: D33961966

fbshipit-source-id: efb00cf0d3d9e84e49795fe648abdf9868b97c5a
  • Loading branch information
xiphirx authored and facebook-github-bot committed Feb 3, 2022
1 parent 52c2ce1 commit e035a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ dependencies {

screenshots {
multipleDevices true
pythonExecutable 'python3'
}

0 comments on commit e035a8c

Please sign in to comment.