Skip to content

Commit

Permalink
remove re from installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mythilytm committed Jul 23, 2024
1 parent 9f5b0fe commit ee980b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sheetsapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install google-auth google-auth-oauthlib google-auth-httplib2 google-api-python-client gspread re
pip install google-auth google-auth-oauthlib google-auth-httplib2 google-api-python-client gspread
- name: Update Google Sheets
env:
Expand Down

0 comments on commit ee980b3

Please sign in to comment.