Skip to content

Commit

Permalink
fixing yaml syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <[email protected]>
  • Loading branch information
koomie committed Mar 21, 2024
1 parent 79aba89 commit 5e99f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rhel-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Python prereqs
run: |
# https://github.com/actions/runner/issues/2033
# https://github.com/actions/runner/issues/2033
chown -R $(id -u):$(id -g) $PWD
python3.9 -m pip install -r requirements.txt
python3.9 -m pip install pyinstaller pytest pytest-cov mock
Expand Down

0 comments on commit 5e99f03

Please sign in to comment.