mirror of
https://github.com/zedeus/nitter.git
synced 2026-04-15 02:02:11 -04:00
Update and speed up GitHub workflows (#1368)
* Update actions and switch to GitHub runners * Bump workflow Python version to 3.14 * Reuse nitter build for integration test * Add missing libpcre3 installation to workflow * Consolidate workflow runtime deps install * Make nitter binary executable * Run nimble md and scss simultaneously in workflow * Run tests with 4 workers in workflow * Rerun failing integration tests * Bump integration test workers to 5 * Improve python dep install and run less workers * Use native GitHub Actions Redis service * Lower integration test workers to 2 * Switch to poetry to cache venv * Ensure poetry is installed before setup-python * Fix poetry sync command * Switch back to 3 workers * Cache poetry install * WIP * WIP * Fix poetry/pipx caching * Speed up integration test significantly * WIP * Cleanup
This commit is contained in:
1716
tests/poetry.lock
generated
Normal file
1716
tests/poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
2
tests/poetry.toml
Normal file
2
tests/poetry.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[virtualenvs]
|
||||
in-project = true
|
||||
8
tests/pyproject.toml
Normal file
8
tests/pyproject.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[tool.poetry]
|
||||
name = "nitter-tests"
|
||||
version = "0.0.0"
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.14"
|
||||
seleniumbase = "4.46.5"
|
||||
@@ -1 +1 @@
|
||||
seleniumbase
|
||||
seleniumbase==4.46.5
|
||||
|
||||
Reference in New Issue
Block a user