Skip to content

Commit 5fc87d0

Browse files
committed
install dep is handled by the action
1 parent bcce1db commit 5fc87d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ jobs:
3535
fail-fast: false
3636
steps:
3737
- uses: actions/checkout@v3
38-
- name: Install dependencies
39-
run: |
40-
pip install -r ${{ matrix.folder }}/requirements.txt
41-
- name: Set environment dynamically
38+
- name: Set environment variables
4239
id: set-env
4340
run: |
4441
case ${{ matrix.folder }} in

0 commit comments

Comments
 (0)