Skip to content

Commit

Permalink
Add PyYaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dwai-wai committed Jan 6, 2025
1 parent a09cc28 commit 263a649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
- uses: actions/checkout@v4
- uses: Bacondish2023/setup-googletest@v1
with:
tag: v1.14.0
tag: v1.11.0
- uses: ConorMacBride/install-package@v1
with:
apt: gcc-11 g++-11 libreadline-dev libyaml-cpp-dev valgrind
version: latest
platform: x64
- run: |
pip install cogapp
pip install cogapp pyyaml
- run: |
mkdir -p build
cd build
Expand Down

0 comments on commit 263a649

Please sign in to comment.