This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Add ui file path to base main window #15
tests.yml
on: push
Docs and Linting
34s
Code coverage on codecov
2m 51s
Static Type Checking
43s
Matrix: test
Annotations
6 errors and 44 warnings
Static Type Checking
Process completed with exit code 1.
|
Python 3.12, windows-latest
Process completed with exit code 2.
|
Python 3.9, windows-latest
The job was canceled because "windows-latest_3_12" failed.
|
Python 3.11, windows-latest
The job was canceled because "windows-latest_3_12" failed.
|
Python 3.9, macos-latest
The job was canceled because "windows-latest_3_12" failed.
|
Python 3.9, macos-latest
The operation was canceled.
|
Docs and Linting
Failed to save: Unable to reserve cache with key pylatest-ubuntu-latest-mamba--edab6f3c1913d7993cbaaf4a015c6fdbc5bc6744206904bbf6a6aa318f13598e-linux-64-args-4f53cda-root-dcc80ee-file-95289e4be89bb5c763b23f23a8de539b41b271e497131e549db156877314d12a, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/main, Key: pylatest-ubuntu-latest-mamba--edab6f3c1913d7993cbaaf4a015c6fdbc5bc6744206904bbf6a6aa318f13598e-linux-64-args-4f53cda-root-dcc80ee-file-95289e4be89bb5c763b23f23a8de539b41b271e497131e549db156877314d12a, Version: 449ff05764de7777154123cdc0d41aa0112e2686bd036a699dc52a829e1958f2
|
Static Type Checking
Failed to save: Unable to reserve cache with key pylatest-ubuntu-latest-mamba--edab6f3c1913d7993cbaaf4a015c6fdbc5bc6744206904bbf6a6aa318f13598e-linux-64-args-4f53cda-root-dcc80ee-file-95289e4be89bb5c763b23f23a8de539b41b271e497131e549db156877314d12a, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/main, Key: pylatest-ubuntu-latest-mamba--edab6f3c1913d7993cbaaf4a015c6fdbc5bc6744206904bbf6a6aa318f13598e-linux-64-args-4f53cda-root-dcc80ee-file-95289e4be89bb5c763b23f23a8de539b41b271e497131e549db156877314d12a, Version: 449ff05764de7777154123cdc0d41aa0112e2686bd036a699dc52a829e1958f2
|
Python 3.9, ubuntu-latest
/home/runner/micromamba/envs/pyleco/lib/python3.9/site-packages/pymeasure/instruments/agilent/agilentE4408B.py:30: DeprecationWarning:
|
Python 3.9, ubuntu-latest
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
|
Python 3.9, ubuntu-latest
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
|
Python 3.9, ubuntu-latest
but was not found to be installed on your system.
|
Python 3.9, ubuntu-latest
If this would cause problems for you,
|
Python 3.9, ubuntu-latest
please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466
|
Python 3.9, ubuntu-latest
import pandas as pd
|
Python 3.10, ubuntu-latest
/home/runner/micromamba/envs/pyleco/lib/python3.10/site-packages/pymeasure/instruments/agilent/agilentE4408B.py:30: DeprecationWarning:
|
Python 3.10, ubuntu-latest
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
|
Python 3.10, ubuntu-latest
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
|
Python 3.10, ubuntu-latest
but was not found to be installed on your system.
|
Python 3.10, ubuntu-latest
If this would cause problems for you,
|
Python 3.10, ubuntu-latest
please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466
|
Python 3.10, ubuntu-latest
import pandas as pd
|
Python 3.11, ubuntu-latest
/home/runner/micromamba/envs/pyleco/lib/python3.11/site-packages/pymeasure/adapters/telnet.py:25: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13
|
Python 3.11, ubuntu-latest
import telnetlib
|
Code coverage on codecov
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.10, macos-latest
/Users/runner/micromamba/envs/pyleco/lib/python3.10/site-packages/pymeasure/instruments/agilent/agilentE4408B.py:30: DeprecationWarning:
|
Python 3.10, macos-latest
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
|
Python 3.10, macos-latest
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
|
Python 3.10, macos-latest
but was not found to be installed on your system.
|
Python 3.10, macos-latest
If this would cause problems for you,
|
Python 3.10, macos-latest
please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466
|
Python 3.10, macos-latest
import pandas as pd
|
Python 3.10, windows-latest
C:\Users\runneradmin\micromamba\envs\pyleco\lib\site-packages\pymeasure\instruments\agilent\agilentE4408B.py:30: DeprecationWarning:
|
Python 3.10, windows-latest
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
|
Python 3.10, windows-latest
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
|
Python 3.10, windows-latest
but was not found to be installed on your system.
|
Python 3.10, windows-latest
If this would cause problems for you,
|
Python 3.10, windows-latest
please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466
|
Python 3.10, windows-latest
import pandas as pd
|
Python 3.11, macos-latest
/Users/runner/micromamba/envs/pyleco/lib/python3.11/site-packages/pymeasure/adapters/telnet.py:25: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13
|
Python 3.11, macos-latest
import telnetlib
|
Python 3.9, windows-latest
C:\Users\runneradmin\micromamba\envs\pyleco\lib\site-packages\pymeasure\instruments\agilent\agilentE4408B.py:30: DeprecationWarning:
|
Python 3.9, windows-latest
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
|
Python 3.9, windows-latest
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
|
Python 3.9, windows-latest
but was not found to be installed on your system.
|
Python 3.9, windows-latest
If this would cause problems for you,
|
Python 3.9, windows-latest
please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466
|
Python 3.9, windows-latest
import pandas as pd
|
Python 3.11, windows-latest
C:\Users\runneradmin\micromamba\envs\pyleco\Lib\site-packages\pymeasure\adapters\telnet.py:25: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13
|
Python 3.11, windows-latest
import telnetlib
|