Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syn-4ck authored Jan 20, 2024
1 parent e1b1ea6 commit 1e8ffb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip -y
pip install wheel -y
python -m pip install --upgrade pip
pip install wheel
- name: Build wheel
run: python setup.py bdist_wheel
Expand All @@ -33,4 +33,4 @@ jobs:
run: find dist/ -name '*.whl' -type f | xargs pip install -y

- name: Run tool
run: fafnir --help
run: fafnir --help

0 comments on commit 1e8ffb8

Please sign in to comment.