Skip to content

Commit 1a83f5d

Browse files
ci(github): add source to commands.yml
1 parent 3256a26 commit 1a83f5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/commands.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
touch foo
3232
mv foo bar
3333
34+
- name: source
35+
shell: bash
36+
run: |
37+
python -m venv .venv
38+
source .venv/bin/activate
39+
3440
- name: zip
3541
if: matrix.os != 'windows-latest'
3642
run: |

0 commit comments

Comments
 (0)