Skip to content

Commit 6f138b4

Browse files
authored
Merge pull request #314 from AmiyaBot/V6-dev
V6 dev
2 parents d2a7b2c + ae5e384 commit 6f138b4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515

16-
- name: Set up Python 3.13amd64
16+
- name: Set up Python 3.10 amd64
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.13'
19+
python-version: '3.10'
2020
architecture: x64
2121

2222
- name: Install dependencies

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright/python:v1.53.0-noble
1+
FROM mcr.microsoft.com/playwright/python:v1.44.0
22

33
# 设置数据卷
44
VOLUME [ "/amiyabot" ]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
amiyabot==2.0.8
1+
amiyabot==2.0.9
22
jionlp~=1.5.23
33
pypinyin~=0.54.0
44
attridict~=0.0.9

0 commit comments

Comments
 (0)