Skip to content

Commit

Permalink
add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymeijer committed May 29, 2024
1 parent 215c6fb commit 9b55c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]
# os: [ubuntu-latest, windows-latest, macos-latest] # FIXME: Add Windows and macOS
os: [ubuntu-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
pyspark-version: ['33', '34', '35']
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from koheesio.logger import LoggingFactory

if os.name != 'nt': # 'nt' is the name for Windows
if os.name != "nt": # 'nt' is the name for Windows
# force time zone to be UTC
os.environ["TZ"] = "UTC"
time.tzset()
Expand Down

0 comments on commit 9b55c60

Please sign in to comment.