Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gloabl actions #68

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6f20edf
use global check_prereleases
Christian-B Jun 6, 2024
b9f6442
apachee copy right and strickter pylint checks
Christian-B Jun 6, 2024
7c8a3e0
remove no longer used pylint rc file
Christian-B Jun 6, 2024
846c280
Apache copyright
Christian-B Jun 6, 2024
0cfb8d4
# pylint: disable=wrong-spelling-in-comment
Christian-B Jun 6, 2024
b707a7f
pylint-disable: R, wrong-spelling-in-docstring, invalid-name
Christian-B Jun 6, 2024
e14d338
remove disable
Christian-B Jun 6, 2024
bb674fc
f string
Christian-B Jun 6, 2024
6d7c16a
pylint fixes
Christian-B Jun 10, 2024
ac9c5c5
flake8 fixes
Christian-B Jun 10, 2024
1921ccb
PyLint fixes
Christian-B Jun 11, 2024
7a1a6d7
flake8
Christian-B Jun 11, 2024
953964a
pylint fixes
Christian-B Jun 11, 2024
ea6c6a0
flake8
Christian-B Jun 11, 2024
d07d868
pylint fixes
Christian-B Jun 11, 2024
f3f1fed
move imports
Christian-B Jun 11, 2024
6076d85
typing
Christian-B Jun 11, 2024
2e7c676
typing
Christian-B Jun 11, 2024
fdd95a5
typing
Christian-B Jun 11, 2024
a362ea0
mypy examples
Christian-B Jun 13, 2024
5be1595
# type: ignore
Christian-B Jun 13, 2024
d3527dd
merged in master
Christian-B Jun 17, 2024
788f7dd
flake8
Christian-B Jul 2, 2024
28d065c
default python version for c actions
Christian-B Jul 4, 2024
7177590
actually run the code
Christian-B Jul 4, 2024
6a43470
fix if running as a test
Christian-B Jul 4, 2024
0e75bfe
run longer
Christian-B Jul 4, 2024
6ab5c01
remove cfg files. Use the users ones
Christian-B Jul 4, 2024
073e215
remove timeout
Christian-B Jul 4, 2024
ae8bcb7
Path that works in windows
Christian-B Jul 8, 2024
a9dfef6
use Java
Christian-B Jul 8, 2024
a5343f3
java-version: 11
Christian-B Jul 8, 2024
0b9be16
fix java_jar_path
Christian-B Jul 8, 2024
3238894
fix java_jar_path again
Christian-B Jul 8, 2024
f23d1fa
fix path for windows
Christian-B Jul 8, 2024
65cc587
enable_advanced_monitor_support = False
Christian-B Jul 8, 2024
d893113
do not repeat [Machine]
Christian-B Jul 8, 2024
fe8e8c9
use_java = False
Christian-B Jul 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run longer
Christian-B committed Jul 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0e75bfef349d8ee06c737d74d3ed730e32efa67a
2 changes: 1 addition & 1 deletion .github/workflows/c_actions.yml
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ jobs:
test:
needs: build
runs-on: ${{ matrix.runner }}
timeout-minutes: 20
timeout-minutes: 60
strategy:
matrix:
runner: [ubuntu-latest, windows-latest, macos-latest]