We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2393693 commit 16c9160Copy full SHA for 16c9160
.github/workflows/test.yml
@@ -36,10 +36,10 @@ jobs:
36
continue-on-error: true
37
38
- name: Test import
39
- run: python -c "from hixbe_time import NTPClient, NTPClientConfig; print('✅ Import successful')"
+ run: python -c "from hixbe_time import NTPClient, NTPClientConfig; print('Import successful')"
40
41
- name: Test instantiation
42
- run: python -c "from hixbe_time import NTPClient, NTPClientConfig; client = NTPClient(); print('✅ Client instantiation successful')"
+ run: python -c "from hixbe_time import NTPClient, NTPClientConfig; client = NTPClient(); print('Client instantiation successful')"
43
44
- name: Run showcase
45
run: python SHOWCASE.py
0 commit comments