Skip to content

Commit dbc1a2e

Browse files
authored
CI: Switch from Azure to GHA (#190)
1 parent a8cd083 commit dbc1a2e

File tree

2 files changed

+17
-52
lines changed

2 files changed

+17
-52
lines changed

‎README.md‎

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@
22

33
# 🪐 Project Templates
44

5-
[spaCy projects](https://spacy.io/usage/projects) let you manage and
6-
share **end-to-end spaCy workflows** for different **use cases and domains**,
7-
and orchestrate training, packaging and serving your custom pipelines. You can
8-
start off by cloning a pre-defined project template, adjust it to fit your
9-
needs, load in your data, train a pipeline, export it as a Python package,
10-
upload your outputs to a remote storage and share your results with your team.
5+
[spaCy projects](https://spacy.io/usage/projects) let you manage and share
6+
**end-to-end spaCy workflows** for different **use cases and domains**, and
7+
orchestrate training, packaging and serving your custom pipelines. You can start
8+
off by cloning a pre-defined project template, adjust it to fit your needs, load
9+
in your data, train a pipeline, export it as a Python package, upload your
10+
outputs to a remote storage and share your results with your team.
1111

1212
> ⚠️ spaCy project templates require [**spaCy v3**](https://spacy.io). You can
13-
> install it from pip with `pip install spacy` or conda with `conda install spacy -c conda-forge`. Make sure to use a fresh virtual environment.
13+
> install it from pip with `pip install spacy` or conda with
14+
> `conda install spacy -c conda-forge`. Make sure to use a fresh virtual
15+
> environment.
1416
>
1517
> See the [`master` branch](https://github.com/explosion/projects/tree/master)
1618
> for the previous version of this repo.
1719
18-
[![Azure Pipelines](https://img.shields.io/azure-devops/build/explosion-ai/public/20/v3.svg?logo=azure-pipelines&style=flat-square&label=build)](https://dev.azure.com/explosion-ai/public/_build?definitionId=20)
20+
[![tests](https://github.com/explosion/projects/actions/workflows/tests.yml/badge.svg)](https://github.com/explosion/projects/actions/workflows/tests.yml)
1921
[![spaCy](https://img.shields.io/static/v1?label=made%20with%20%E2%9D%A4%20and&message=spaCy&color=09a3d5&style=flat-square)](https://spacy.io)
2022

2123
## 🗃 Categories
@@ -31,8 +33,8 @@ upload your outputs to a remote storage and share your results with your team.
3133
## 🚀 Quickstart
3234

3335
Projects can be used via the new
34-
[`spacy project`](https://spacy.io/api/cli#project) CLI. To find out
35-
more about a command, add `--help`. For detailed instructions, see the
36+
[`spacy project`](https://spacy.io/api/cli#project) CLI. To find out more about
37+
a command, add `--help`. For detailed instructions, see the
3638
[usage guide](https://spacy.io/usage/projects).
3739

3840
<!-- TODO: update example -->
@@ -62,9 +64,9 @@ more about a command, add `--help`. For detailed instructions, see the
6264
To keep the project templates and their documentation up to date, this repo
6365
contains several scripts:
6466

65-
| Script | Description |
66-
| ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
67-
| [`update_docs.py`](.github/update_docs.py) | Update all auto-generated docs in the given root. Calls into [`spacy project document`](https://spacy.io/api/cli#project-document) and only replaces the auto-generated sections, not any custom content before or after. |
68-
| [`update_category_docs.py`](.github/update_category_docs.py) | Update the auto-generated `README.md` in the category directories listing the available project templates. |
69-
| [`update_configs.py`](.github/update_configs.py) | Update and auto-fill all `config.cfg` files included in the repo, similar to [`spacy init fill-config`](https://spacy.io/api/cli#init-fill-config). Can be used to keep the configs up to date with changes in spaCy. |
67+
| Script | Description |
68+
| -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
69+
| [`update_docs.py`](.github/update_docs.py) | Update all auto-generated docs in the given root. Calls into [`spacy project document`](https://spacy.io/api/cli#project-document) and only replaces the auto-generated sections, not any custom content before or after. |
70+
| [`update_category_docs.py`](.github/update_category_docs.py) | Update the auto-generated `README.md` in the category directories listing the available project templates. |
71+
| [`update_configs.py`](.github/update_configs.py) | Update and auto-fill all `config.cfg` files included in the repo, similar to [`spacy init fill-config`](https://spacy.io/api/cli#init-fill-config). Can be used to keep the configs up to date with changes in spaCy. |
7072
| [`update_projects_jsonl.py`](.github/update_projects_jsonl.py) | Update `projects.jsonl` file in the given root. Should be used at the root level of the repo. |

‎azure-pipelines.yml‎

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)