Skip to content

Commit 3b50ac6

Browse files
Artifact of PR #17 - requirements.txt was repalced with pyproject.toml, this commit fixes that issue (#19)
1 parent 0030707 commit 3b50ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python-version: '3.10'
4343

4444
- name: Install Pip dependencies
45-
run: python3 -m pip install -r ./requirements.txt
45+
run: python3 -m pip install .
4646

4747
- name: Save Mike version
4848
run: echo "mike_version=$(echo ${GITHUB_REF#refs/heads/})" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)