Skip to content

Commit

Permalink
[wip] fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanik12 committed Feb 17, 2025
1 parent bc6872e commit e237afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python -V
pip install -U pip
apt update
apt install cargo
apt install -y cargo
pip install .[google_drive]
pip install pytype
- name: Type check
Expand Down

0 comments on commit e237afe

Please sign in to comment.