Skip to content

Commit

Permalink
fixed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pm3512 committed May 7, 2023
1 parent 38f2e1c commit ca2587d
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 @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade build coveralls setuptools tox==4.0.2 wheel ast-scope=0.3.1
python -m pip install --upgrade build coveralls setuptools tox==4.0.2 wheel ast-scope==0.3.1
- name: Build Vulture wheel
run: python -m build
Expand Down

0 comments on commit ca2587d

Please # to comment.