Skip to content

Commit

Permalink
work without dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvermeille committed Mar 29, 2024
1 parent 6f31084 commit f031e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: '3.10'
cache: 'pip'
# cache: 'pip'
- name: Install requirements
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f031e35

Please sign in to comment.