Skip to content

Commit

Permalink
Updating the build workflow to also install PyYAML for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
AzorianMatt committed Feb 1, 2024
1 parent 94ab5d2 commit c36fcad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
python3 -m pip install --upgrade wheel
python3 -m pip install --upgrade pytest
python3 -m pip install --upgrade twine
python3 -m pip install --upgrade pyyaml
# Install the package from source
- name: Install Source Code
Expand Down

0 comments on commit c36fcad

Please sign in to comment.