Skip to content

Commit

Permalink
use installation of python
Browse files Browse the repository at this point in the history
  • Loading branch information
stikkireddy committed Aug 4, 2023
1 parent f5ad04d commit 44550a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
steps:
- uses: actions/checkout@v3 # use latest version of the checkout action

# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python-version }}
# cache: 'pip' # caching pip dependencies
# cache-dependency-path: poetry.lock
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip' # caching pip dependencies
cache-dependency-path: poetry.lock

- name: Install pip
run: python -m pip install --upgrade pip
Expand Down

0 comments on commit 44550a9

Please sign in to comment.