Fix platform differences

This commit is contained in:
Paul Pfeister
2024-05-20 23:24:03 -04:00
parent 906575df3a
commit 4aaf0583c5
2 changed files with 15 additions and 7 deletions
+3 -2
View File
@@ -4,7 +4,7 @@ on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
branches: [ master, feature/tox ]
jobs:
regression-testing:
@@ -14,7 +14,8 @@ jobs:
matrix:
os: [
ubuntu-latest,
#windows-latest, # Need to adapt test_no_usernames_provided, test_versioning
windows-latest,
macos-latest,
]
python-version: [
'3.8',