update github action for env

This commit is contained in:
踢低吸 2023-07-08 07:20:18 +00:00
parent 421f0d7db0
commit b036866cbf

View File

@ -14,6 +14,8 @@ jobs:
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
env:
TW165: ${{ env.TW165 }}
- run: pip install -r AutoBuild/requirements.txt && python AutoBuild/tw_165.py
- name: push
uses: github-actions-x/commit@v2.9