Commit Graph

30 Commits

Author SHA1 Message Date
Quentin Bourgerie
52ae2fa733 chore(ci): Fix macos notebook test 2024-11-29 17:13:56 +01:00
Ayoub Benaissa
ff6fa72645 fix(ci): run concrete_python_test_macos on change 2024-11-27 11:55:13 +01:00
youben11
18081892ab fix(ci): always run notif job 2024-11-27 11:55:13 +01:00
youben11
4708492f3d fix(ci): notify on MacOS failures
the notification action can't run on Mac https://github.com/rtCamp/action-slack-notify/issues/22
2024-11-21 09:29:31 +01:00
Quentin Bourgerie
1adf9ee236 fix(ci): Macos python test 2024-11-15 14:10:10 +01:00
Quentin Bourgerie
4a7b2f1530 chore(ci): Fix actionlint 2024-11-14 09:03:48 +01:00
Bourgerie Quentin
84cb1b5b73 refactor(ci): Refactoring CI workflows 2024-11-12 14:09:35 +01:00
dependabot[bot]
487d4a02d6 chore(ci): bump actions/cache from 4.0.2 to 4.1.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](0c45773b62...6849a64899)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-24 15:06:11 +00:00
dependabot[bot]
1b96ba7414 chore(ci): bump actions/checkout from 4.1.7 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](692973e3d9...11bd71901b)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-24 17:03:11 +02:00
Benoit Chevallier-Mames
64c5953a99 feat(frontend-python): adding jupyter tests
and fixing some broken jupyter notebooks
2024-09-24 09:35:58 +02:00
Umut
d3dfdcd699 feat(frontend): add support for np.min and np.max 2024-09-06 09:39:02 +03:00
dependabot[bot]
fac5c0a5bf chore(ci): bump actions/checkout from 3.6.0 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.7.
- [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.6.0...692973e3d937129bcbf40652eb9f2f61becf3332)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-04 17:50:47 +02:00
Bourgerie Quentin
485cd869d1 chore(ci): Remove ssh-agent step on all workflow since we don't have anymore private repository 2024-06-27 14:09:59 +02:00
aquint-zama
d3d8eaf370 fix(ci): pin actions to commits instead of version 2024-06-27 14:09:59 +02:00
Bourgerie Quentin
23a521e5d1 chore(ci): Test default configuration on python CI tests 2024-03-11 16:51:05 +01:00
rudy
e1d7be02c6 fix(frontend-python): macos os tests without graphviz 2024-02-20 17:23:58 +01:00
Bourgerie Quentin
5687bce9e3 chore(frontend-python): Fix hack for multiple omp library in macos tests 2024-02-13 17:02:46 +01:00
Bourgerie Quentin
7c3e4388aa chore(ci): Use a stable version of the nightly rust toolchain for concrete-cpu build 2024-02-13 17:02:46 +01:00
Umut
037600112d feat(frontend-python): drawing 2024-01-23 11:42:26 +03:00
Bourgerie Quentin
18e4673f11 chore(frontend-python/ci): Cleanup host after testing 2023-12-22 15:51:02 +01:00
Bourgerie Quentin
b2e918156c chore(ci): Fix keyset cache path for concrete python tests 2023-12-22 15:51:02 +01:00
rudy
9139101cc3 fix(frontend-python): ci, duplicated shared lib 2023-11-06 10:38:13 +01:00
Umut
df19543454 chore(frontend-python): remove key cache after tests in ci 2023-09-19 15:28:08 +02:00
Umut
ad1d5447e1 fix(frontend-python): link torch openmp to concrete openmp to avoid multiple openmp runtimes 2023-05-11 13:19:55 +02:00
Ayoub Benaissa
6f23f448e5 fix(ci): setup pkg-config to find openblas 2023-04-07 16:35:07 +01:00
youben11
30a13d74f4 chore(ci): use aws instance for M1 2023-04-07 12:45:03 +01:00
youben11
eaef1665cd fix(ci): free temp directory after use
macos machines currently don't clean temp dirs automatically
2023-04-04 16:44:40 +01:00
youben11
e77c87993d fix(ci): use OpenMP library from torch to avoid conflicts
read: https://discuss.python.org/t/conflicting-binary-extensions-in-different-packages/25332/8
2023-04-03 08:54:29 +02:00
youben11
4a2f552a08 feat(ci): use new MacOs machine on aws for concrete-python 2023-04-03 08:54:29 +02:00
Umut
87e8f5db02 feat(ci/frontend): add MacOS tests for concrete-python 2023-04-03 08:54:29 +02:00