Skip to content

Commit

Permalink
feat(docker_image_builder_v1): Fixing Pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
YpNo committed Oct 12, 2024
1 parent e4c5867 commit 5f2d153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
# python-version: '3.12'
# cache: 'pip'

# - name: Install requirements
# run: |
# python3 -m pip install -r requirements.txt
- name: Install requirements
run: |
python3 -m pip install -r requirements.txt
# - name: Venv in Github Path
# run: echo "$PWD/.venv/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 5f2d153

Please sign in to comment.