We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803b5a0 commit 0956012Copy full SHA for 0956012
.github/workflows/publish.yml
@@ -95,4 +95,4 @@ jobs:
95
- name: Set up Poetry
96
uses: ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
97
- name: Update project version
98
- uses: ni/python-actions/update-project-version@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
+ uses: ni/python-actions/update-project-version@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
.github/workflows/run_unit_tests.yml
@@ -39,4 +39,4 @@ jobs:
39
with:
40
name: test_results_unit_${{ matrix.os }}_py${{ matrix.python-version }}
41
path: ./test_results/*.xml
42
- if: always()
+ if: always()
0 commit comments