Jesse S

Results 11 comments of Jesse S

Interestingly, I am still using v1 and have my coverage report stored in `.coverage`. Here is my configuration. ``` - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: token: ${{secrets.CODECOV_TOKEN}}...

@comrumino, I am having a similar issue to you. The dependent can't find libpython in its own dist directory when it should be looking in the dependencies dist path (dist/asadm/)....

If anyone comes here trying to use openssl1.1.1 on Centos7 ARM and link during your pyenv python3.10 installation I've found a fix. First install openssl from source: ``` wget https://www.openssl.org/source/openssl-1.1.1.tar.gz...

@mattip, [this](https://github.blog/changelog/2022-08-09-github-actions-self-hosted-runners-now-support-apple-m1-hardware/) states that runners for arm64 macOS are generally available. I do see the open issue you referenced that says "beta". [528](https://github.com/github/roadmap/issues/528) and [507](https://github.com/github/roadmap/issues/507) seem in conflict to me....

@mattip, I should have thought about it a little harder, haha. Thanks for the clarification

@baskaryan, I rebased master and ran `poetry lock`

@baskaryan, I have also given you write access