Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
- Add pipenv graph
- Set python to 3.10
  • Loading branch information
sanjaymjoshi authored May 14, 2023
1 parent 9e6f876 commit db17d2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.10

- name: Install dependencies with pipenv
run: |
pip install pipenv
pipenv install --deploy --dev
pipenv graph
- run: pipenv run isort --recursive --diff .
- run: pipenv run black --check .
Expand Down

0 comments on commit db17d2b

Please sign in to comment.