Skip to content

Commit

Permalink
pytest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jlplenio committed Apr 6, 2024
1 parent 0edf603 commit aa04217
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest] # , windows-latest] , macos-latest]
python-version: ["3.11"]
python-version: [3.11]

runs-on: ${{ matrix.os }}

Expand All @@ -19,6 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
run: pip install poetry
- name: Get packages via poetry
Expand Down

0 comments on commit aa04217

Please sign in to comment.