Commit graph

26 commits

Author SHA1 Message Date
dependabot[bot] a9c886a477 Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 19:19:33 +01:00
dependabot[bot] 3ca395f4bd Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 18:12:28 +01:00
Gabriel Augendre 90e7097893 update python to 3.12 everywhere 2023-10-24 09:53:40 +00:00
dependabot[bot] add7b2e621 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 16:22:50 +02:00
Gabriel Augendre 5d8a36efb0 Separate pull request workflow from build publish & deploy 2023-03-14 19:46:10 +01:00
Gabriel Augendre 5b20019c18 Run pre-commit before tests 2023-03-14 16:31:38 +01:00
Gabriel Augendre 2d60910b99 Allow job to write contents 2023-03-14 09:50:08 +00:00
Gabriel Augendre 343713bdbf Allow job to write PR 2023-03-14 09:50:08 +00:00
Gabriel Augendre 49a803cdf9 Checkout before auto merge 2023-03-14 09:50:08 +00:00
Gabriel Augendre 06940ef652 Setup GH_TOKEN for auto merge 2023-03-14 10:29:12 +01:00
Gabriel Augendre fc3b276106 Add pre-commit cache 2023-03-14 10:29:06 +01:00
Gabriel Augendre 93405b9b70 Fix workflow 2023-03-14 10:15:21 +01:00
Gabriel Augendre 78efe472a3 Enable auto merge for allowed bots 2023-03-14 10:13:46 +01:00
Gabriel Augendre b8f4ffe6e6 Test context 2023-03-14 10:08:05 +01:00
Gabriel Augendre dd9cc88218 Check pre-commit during tests 2023-03-14 09:29:35 +01:00
Gabriel Augendre 448a3445c8 Allow running publish & tests manually 2023-01-30 15:09:11 +01:00
Gabriel Augendre 8003157daf Introduce ruff 2023-01-29 13:04:13 +01:00
Gabriel Augendre 6659d9cddd Set permissions on workflows 2023-01-18 15:12:12 +01:00
Gabriel Augendre daa6eee92f Remove useless step 2022-12-10 01:18:32 +01:00
Gabriel Augendre c410ebe86e Fix build 2022-12-10 01:17:30 +01:00
Gabriel Augendre f6f7734246 Remove theoretically useless firefox setup in pipeline 2022-12-10 01:11:59 +01:00
Gabriel Augendre 66299cb482 Switch to pip-tools for dependencies 2022-12-10 01:00:10 +01:00
Gabriel Augendre a89af12877
Install Firefox manually in test setup steps
Firefox isn't installed in ubuntu-latest anymore.
2022-11-25 17:46:50 +01:00
Gabriel Augendre 2ae48dadbd Add geckodriver to github actions 2022-11-10 19:28:28 +01:00
Gabriel Augendre 61dcd0a7d2
Test with Python 3.11 in main workflow 2022-11-01 08:18:33 +01:00
Gabriel Augendre 7407ddd1ad Add github flows 2022-10-31 09:02:54 +01:00