Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Dec 22, 2023
1 parent e3d76af commit 33d6802
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
with:
submodules: true

- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install requirements
run: pip3 install imageio

Expand Down

0 comments on commit 33d6802

Please sign in to comment.