Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luto committed Dec 17, 2023
1 parent 98378f6 commit fa96a99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Display Python version
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: py.test

0 comments on commit fa96a99

Please sign in to comment.