mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-30 01:32:21 +00:00
CI: GitHub: ensure tags are present
We're using PBR, so let's make sure we don't get a package that's marked as version 0.0.0. Bug: https://github.com/actions/checkout/issues/217 Change-Id: Icd8264a798f9a1a404e21a9b64317c57662d53fe
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -13,6 +13,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: fedora-python/tox-github-action@v0.4
|
||||
with:
|
||||
tox_env: ${{ matrix.tox_env }}
|
||||
|
||||
Reference in New Issue
Block a user