Skip to content

Commit

Permalink
delete the warning about windows only
Browse files Browse the repository at this point in the history
change ci task name
  • Loading branch information
niradar committed May 29, 2024
1 parent e17609c commit 8ae0ee5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]

jobs:
test:
test-windows:
runs-on: windows-latest

strategy:
Expand Down
2 changes: 0 additions & 2 deletions df_finder3.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,5 @@ def main(args):


if __name__ == "__main__":
# if os.name != 'nt':
# print_error("This script was tested only on Windows. Modify and test it on other OS if needed.")
command_line_args = parse_arguments()
main(command_line_args)

0 comments on commit 8ae0ee5

Please sign in to comment.