Skip to content

Commit

Permalink
gha: fix ssc-test workflow
Browse files Browse the repository at this point in the history
There is an issue with pyyaml 5.4.1, see yaml/pyyaml#728 for details

Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Oct 12, 2023
1 parent a2a81f8 commit 8c114bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ssc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
ssc:test
pip3 install poetry
#workaround for https://github.com/yaml/pyyaml/issues/728
poetry add [email protected]
poetry install
poetry run pytest -v -n8 --splunk_type=external --splunk_hec_token=70b6ae71-76b3-4c38-9597-0c5b37ad9630 \
tests/test_loggen.py

0 comments on commit 8c114bd

Please sign in to comment.