Skip to content

Commit

Permalink
Remove yaml setup from build
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmartradio committed Jul 19, 2023
1 parent 262cbee commit ac244ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install yaml needed for build
run: |
python -m pip install yaml
- name: Build and install wheel
run: |
pip install virtualenv
Expand Down

0 comments on commit ac244ab

Please sign in to comment.