Skip to content

Commit 125f262

Browse files
authored
Add virtualenv to make commands (#358)
1 parent 9bdef0d commit 125f262

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- name: Install packages
2828
run: pipenv install
2929
- name: Deploy
30-
run: make deploy
30+
run: pipenv run make deploy
3131
- name: Zip Sample Data
32-
run: make release-zip-sample-data
32+
run: pipenv run make release-zip-sample-data
3333
- name: Publish Sample Data
3434
uses: actions/upload-artifact@v4
3535
with:
@@ -39,4 +39,4 @@ jobs:
3939
- name: Sync Labels
4040
env:
4141
GITHUB_ACCESS_TOKEN: ${{ secrets.LABEL_TOKEN }}
42-
run: make labels
42+
run: pipenv run make labels

0 commit comments

Comments
 (0)