Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
demid5111 authored Mar 6, 2023
1 parent 818f1f9 commit 5a9d6a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ runs:
using: "composite"
steps:
- name: Set up Python 3.10
shell: bash
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Cache pip
uses: actions/cache@v3
id: cache
shell: bash
with:
path: |
./venv/
Expand Down

0 comments on commit 5a9d6a1

Please sign in to comment.