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

ci: enhance CI workflows and make them consistent (tox and GH actions) #1590

Merged
merged 29 commits into from
Sep 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
cf8a8d3
Simplify tox generative environment names and related CI actions
egparedes Jul 25, 2024
c3c70f4
Fix format
egparedes Jul 25, 2024
91b6548
Fix dev env factor
egparedes Jul 25, 2024
d10cc42
Fix 'internal' renaming leftovers
egparedes Jul 25, 2024
458ff9c
More leftovers of the removal of dummy markers
egparedes Jul 25, 2024
99a33cd
Put back the removed internal and nomesh factors
egparedes Jul 26, 2024
18c27f9
Fix typos
egparedes Jul 26, 2024
01a795c
Hardcode cpu factor in CI tests
egparedes Jul 26, 2024
c8ff4e3
Revert back to internal factor in docs
egparedes Jul 26, 2024
665e563
Fix format
egparedes Jul 26, 2024
d1942f4
Reorder conditions
egparedes Jul 26, 2024
4da05fd
Fix typo
egparedes Jul 26, 2024
690cdb4
Comment out again doctests in storage
egparedes Jul 26, 2024
1e16e90
Format issues
egparedes Jul 26, 2024
1bff3cb
Restore dev factors
egparedes Jul 26, 2024
27c92b0
Merge branch 'main' into add-next-dace-tox-factor
egparedes Jul 26, 2024
9acadec
Merge branch 'main' into add-next-dace-tox-factor
havogt Jul 31, 2024
8adc941
Merge branch 'main' into add-next-dace-tox-factor
egparedes Sep 2, 2024
daec4cb
Add custom pytest option to vaoid returning an exit code error if the…
egparedes Sep 2, 2024
41ea301
Merge branch 'main' into add-next-dace-tox-factor
egparedes Sep 3, 2024
77e579e
Use pytest plugin to suppress no-tests-collected errors instead of cu…
egparedes Sep 3, 2024
9df7ef1
Merge branch 'main' into add-next-dace-tox-factor
egparedes Sep 3, 2024
c51dc75
Update dependencies again
egparedes Sep 3, 2024
1cf88a7
Recover updated tox.ini
egparedes Sep 3, 2024
985cfa3
Update links in the development docs.
egparedes Sep 3, 2024
0b4a6b7
Update link URL
egparedes Sep 3, 2024
59ff62e
Remove linters again
egparedes Sep 3, 2024
5242d80
Format issues
egparedes Sep 3, 2024
922fb25
F
egparedes Sep 3, 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
Remove linters again
  • Loading branch information
egparedes committed Sep 3, 2024
commit 59ff62e7d8f7fed654fcf18308395bea5ac90779
6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ commands =
# pytest doctest-modules {posargs} src{/}gt4py{/}storage

# -- Secondary tests --
[testenv:linters-py{38,39,310,311}]
description = Run linters
commands =
flake8 .{/}src
mypy .{/}src

[testenv:notebooks-py{310,311}]
description = Run notebooks
commands_pre =
Expand Down
Loading