Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
desultory authored Jul 21, 2024
1 parent 35db945 commit 9610f6c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,20 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
mkdir deps
cd deps
git clone https://github.com/desultory/zenlib
git clone https://github.com/desultory/pycpio
pip install --break ./zenlib
pip install --break ./pycpio
pip install --break .
- name: Test with pytest
run: |
ugrd
ugrd -c tests/fullauto.toml

0 comments on commit 9610f6c

Please sign in to comment.