Skip to content

Commit

Permalink
Add enum34 to Python dependencies in setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
NripeshN committed May 3, 2024
1 parent 621972b commit 720199a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ runs:
- name: Install Python dependencies
run: |
pip install --upgrade pip
pip install enum34
sudo pip install poetry
sudo poetry config virtualenvs.create false
sudo poetry install --no-interaction --no-ansi
Expand Down

0 comments on commit 720199a

Please sign in to comment.