Merge pull request #54 from LouisShark/feat/flow

This commit is contained in:
LouisShark 2023-12-13 20:53:43 +08:00 committed by GitHub
commit af86e05234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Python 3 - name: Set up Python 3
uses: actions/setup-python@v2 uses: actions/setup-python@v3
with: with:
python-version: '3.x' python-version: '3.x'