Skip to content

Commit

Permalink
Use python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmichel committed Nov 8, 2023
1 parent 1e491b3 commit 22cee84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
python-version: 3.7
architecture: 'x64'

- name: Install absl-py
run: pip install absl-py
- name: Run Python Setup
run: |
python3 -m pip install -r ${{ github.workspace }}/SourceCache/firebase-cpp-sdk/external/pip_requirements.txt --user
- name: Remove Strawberry
run: "rm -r C:\\Strawberry"
Expand Down

0 comments on commit 22cee84

Please sign in to comment.