Skip to content

Commit ba7f004

Browse files
authored
fix: Fix core pull request workflow (#444)
1 parent b354d4d commit ba7f004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
apt update
3636
apt install -y --no-install-recommends clang-format-15 cmake libb64-dev rapidjson-dev libre2-dev
3737
wget -O /tmp/boost.tar.gz https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz && (cd /tmp && tar xzf boost.tar.gz) && mv /tmp/boost_1_80_0/boost /usr/include/boost && rm /tmp/boost.tar.gz
38-
pip install build pytest
38+
pip install build pytest pytest-asyncio
3939
4040
- name: Build
4141
run: |

0 commit comments

Comments
 (0)