Skip to content

Commit da9ba78

Browse files
committed
Rename job from "release-build" to "install-dependencies" and fix activation command syntax in workflow
1 parent 7bc0041 commit da9ba78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
release-build:
10+
install-dependencies:
1111
runs-on: self-hosted
1212
container:
1313
image: ghcr.io/baremetaltestlab/bmlab-flash-toolkit:latest
@@ -18,5 +18,5 @@ jobs:
1818
- name: Build release distributions
1919
run: |
2020
python3 -m venv .venv
21-
source .venv/bin/activate
21+
. .venv/bin/activate
2222
pip install -e ".[dev]"

0 commit comments

Comments
 (0)