Skip to content

Commit

Permalink
chore: python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Oct 22, 2024
1 parent a4fe5e6 commit cc5e839
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
branch: gh-pages
folder: build/WebGL/WebGL
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: Build-${{ matrix.targetPlatform }}
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ jobs:
buildMethod: MacBuilder.BuildForAltTester
customParameters: -logFile logFile.log -quit -batchmode
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Build-StandaloneOSX
path: '**'
path: sample/**
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: pip install -r "sample/Tests/requirements.txt"

7 changes: 7 additions & 0 deletions sample/Tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
AltTester_Driver==2.1.1
google_api_python_client==2.136.0
google_auth_oauthlib==1.2.0
protobuf==5.27.2
selenium==4.22.0
pytest==8.2.2
requests==2.32.3

0 comments on commit cc5e839

Please sign in to comment.