Skip to content

Commit 9a32645

Browse files
Fixing the Github Workflow Issues (#644)
Fixes for `GH Workflows`
1 parent 6c908c9 commit 9a32645

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/rl-scanner.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: RL-Secure Workflow
2-
name: RL-Secure Workflow
32

43
on:
54
workflow_call:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
pipx install poetry
6262
poetry config virtualenvs.in-project true
6363
poetry install --with dev
64-
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
64+
poetry self add "poetry-dynamic-versioning[plugin]"
6565
6666
- name: Run tests
6767
run: |

0 commit comments

Comments
 (0)