Skip to content

Files

This branch is 382 commits behind acts-project/acts:main.

CI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 28, 2024
Sep 26, 2024
Aug 8, 2024
May 31, 2023
Aug 27, 2024
May 24, 2024
Jan 12, 2017
Sep 11, 2023
May 24, 2024
Nov 7, 2023
Apr 23, 2024
Aug 27, 2024
Aug 28, 2024
Aug 27, 2024
Jan 18, 2024
Jun 20, 2023
Aug 27, 2024
Jan 23, 2024
Jul 3, 2024
Aug 27, 2024
Aug 8, 2024
Apr 25, 2024
Jun 21, 2024
Feb 21, 2019
May 21, 2021
Dec 12, 2022
Jul 14, 2024
Apr 23, 2024
Jul 20, 2020
Jul 20, 2020
Jul 3, 2024
Jul 20, 2020
Jul 7, 2023
Dec 13, 2023
Dec 13, 2022
Aug 8, 2024
Aug 8, 2024
Mar 16, 2018
Jun 21, 2024
Apr 23, 2024

CI instructions

This directory comntains scripts and other files relating to the CI.

Use poetry to manage requirements

Since poetry supports more robust dependency locking than pip this is used for dependency tracking. The authoritative files are pyproject.toml which defines the primary dependencies, and poetry.lock which defines the full locked dependencies. This can be exported to a requirements.txt file via

poetry export -f requirements.txt > requirements.txt