Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohjurot committed Jun 25, 2023
1 parent 21df0b2 commit dbabefc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Checkout
run: actions/checkout@v3
- name: Install python
uses: actions/setup-python@v4
with:
python-version: '3.11'
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install requirements
run: pip install -r ./libaaa/test/requirements.txt
- name: Build application
Expand Down

0 comments on commit dbabefc

Please sign in to comment.