QuTech-Delft / libqasm

libQASM: Library to parse cQASM files
https://arxiv.org/abs/1805.09607
Other
17 stars 16 forks source link

[Infra] Make GitHub Actions `cpp-linux-arm64` test work with `actions/cpp-tests` #204

Open rturrado opened 6 months ago

rturrado commented 6 months ago

We have recently moved to using pipx in the composite action. pipx installs conan. After changing to pipx, this job can no longer find conan.

Note: cpp-linux-arm64 job runs on a python:3.11 container on a self-hosted runner.

rturrado commented 4 months ago

I suppose the idea with this issue is to wait until we can run this job in a GitHub hosted runner.