check out the correct ref when building the package
Some checks failed
Actions / Build (push) Failing after 16s
Actions / Lint with Ruff, Pylint, & MyPy (push) Successful in 20s
Actions / Build Documentation (push) Successful in 25s

This commit is contained in:
Seaswimmer 2024-11-15 11:26:50 -05:00
parent 8199a72d7d
commit 84ef67b69f
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.ref }}
- name: Install python
run: uv python install 3.11