mirror of https://github.com/explosion/spaCy.git
Use python 3.10 for GHA universe alert (#11768)
This commit is contained in:
parent
e116395f89
commit
2e3cfd758e
|
@ -19,6 +19,8 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.10'
|
||||||
- name: Install Bernadette app dependency and send an alert
|
- name: Install Bernadette app dependency and send an alert
|
||||||
env:
|
env:
|
||||||
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
|
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue