We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b354d4d commit ba7f004Copy full SHA for ba7f004
.github/workflows/build-and-test.yml
@@ -35,7 +35,7 @@ jobs:
35
apt update
36
apt install -y --no-install-recommends clang-format-15 cmake libb64-dev rapidjson-dev libre2-dev
37
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
+ pip install build pytest pytest-asyncio
39
40
- name: Build
41
run: |
0 commit comments