Skip to content

Commit

Permalink
Update test.yml (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Aug 23, 2022
1 parent 7bf25d4 commit 43bd2cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Setup Python
- name: Setup Python3
uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: "pipenv"
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
python-version: "3.x"

- name: Setup Pipenv
run: pip3 install pipenv

# Generate mocks
- name: Generate mocks
Expand Down

0 comments on commit 43bd2cf

Please sign in to comment.