Skip to content
Merged
Changes from all commits
Commits
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
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:

#### `create-and-cache`

| Input | Description | Required | Default |
| -------------- | ------------------------------------------------------- | -------- | -------------------------------- |
| `pixi-version` | Version of pixi to use for generating the lock file | No | `latest` |
| `hash-files` | Files to use to generate the hash key for the lock file | No | `pixi.toml` and `pyproject.toml` |
| Input | Description | Required | Default |
| --------------- | ------------------------------------------------------- | -------- | --------------------------------------------- |
| `pixi-version` | Version of pixi to use for generating the lock file | No | `latest` |
| `hash-files` | Files to use to generate the hash key for the lock file | No | `pixi.toml` and `pyproject.toml` |
| `manifest-path` | Path to the manifest file to use for the pixi CLI. | No | `pixi.toml`, falling back to `pyproject.toml` |

| Output | Description |
| -------------- | ------------------------------------- |
Expand All @@ -66,9 +67,10 @@ jobs:

#### `restore`

| Input | Description | Required |
| ----------- | ------------------------------------- | -------- |
| `cache-key` | The cache key from `create-and-cache` | Yes |
| Input | Description | Required | Default |
| --------------- | -------------------------------------------------- | -------- | --------------------------------------------- |
| `cache-key` | The cache key from `create-and-cache` | Yes | - |
| `manifest-path` | Path to the manifest file to use for the pixi CLI. | No | `pixi.toml`, falling back to `pyproject.toml` |

> [!NOTE]
> The cache key includes the current date, so the lock file is regenerated daily.
Expand Down
Loading