Skip to content

Commit

Permalink
Update and rename poetry-pytest.yml to poetry-pytest-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
visualDust authored Dec 4, 2023
1 parent 34b3299 commit 9d9dbcd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run pytest
name: Run pytest ubuntu

on: ["pull_request","push"]

Expand All @@ -9,7 +9,7 @@ jobs:
max-parallel: 3
matrix:
python-version: ["3.9","3.10","3.11"]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down

0 comments on commit 9d9dbcd

Please sign in to comment.