Skip to content

Commit 71c787e

Browse files
authored
Merge branch 'feature/add-test-workflow' into feature/fix-rate-limit
Signed-off-by: Martijn Govers <[email protected]>
2 parents ec5a04f + 40095e5 commit 71c787e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/check-blocking-labels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ jobs:
4343
run: |
4444
echo "This pull request needs (more) unit tests before it may be merged (needs-unit-tests)"
4545
exit 3
46-

.github/workflows/test-action.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626

27-
- uses: actions/setup-python@v5
28-
with:
29-
python-version: "3.12"
30-
3127
- name: Set PyPI Version
32-
uses: PowerGridModel/pgm-version-bump@${{ github.sha }}
33-
with:
34-
token: ${{ secrets.GITHUB_TOKEN }}
28+
uses: ./
29+
30+
- name: Show latest version
31+
run: cat PYPI_VERSION

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0

VERSION.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: Contributors to the Power Grid Model project <[email protected]>
2+
3+
SPDX-License-Identifier: MPL-2.0

0 commit comments

Comments
 (0)