Skip to content

Commit

Permalink
shutil.copytree の dirs_exist_ok を指定したいので、 Python のバージョンを 3.8 にする
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Jan 19, 2024
1 parent cd8985b commit e165476
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: microsoft/[email protected]
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Env to output
run: |
echo "userprofile=${Env:USERPROFILE}" >> ${Env:GITHUB_OUTPUT}
Expand Down

0 comments on commit e165476

Please sign in to comment.