Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
anikobartos committed Sep 7, 2023
1 parent d6c7309 commit 3d348a2
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 @@ -9,10 +9,11 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.10.13
- name: Install pipenv
working-directory: ./tests
run: pip install pipenv
- name: Run tests
working-directory: ./tests
Expand Down

0 comments on commit 3d348a2

Please sign in to comment.