Skip to content

Commit 8eb4ed9

Browse files
committed
correct github actions workflow
1 parent 14475ef commit 8eb4ed9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v2
2424

25-
- run: git describe --tag
26-
2725
- name: setup python ${{ matrix.python-version }} environment
2826
uses: actions/setup-python@v2
2927
with:
@@ -35,8 +33,6 @@ jobs:
3533

3634
- run: poetry install
3735

38-
- run: poetry-dynamic-versioning
39-
4036
- name: "test python packages"
4137
timeout-minutes: 15
4238
run: poetry run pytest --junitxml=test-results/python-${{ matrix.python-version }}/test-results.xml --cov=robotcode --cov-report=xml:testresults/python-${{ matrix.python-version }}/coverage.xml --cov-report=html:test-results/python-${{ matrix.python-version }}/htmlcov --html=test-results/python-${{ matrix.python-version }}/report.html --self-contained-html
@@ -73,8 +69,6 @@ jobs:
7369
steps:
7470
- uses: actions/checkout@v1
7571

76-
- run: git describe --tag
77-
7872
- name: setup python environment
7973
uses: actions/setup-python@v2
8074
with:
@@ -86,8 +80,6 @@ jobs:
8680

8781
- run: poetry install
8882

89-
- run: poetry-dynamic-versioning
90-
9183
- run: poetry run isort --check --diff .
9284
if: always()
9385

0 commit comments

Comments
 (0)