Skip to content

Commit

Permalink
[FB] Actions | Replace Python 3.11 to 3.10 at integration
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Nov 12, 2022
1 parent 397b546 commit db0df16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macOS-Universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Create environment 🌲
shell: bash
run: |
Expand Down

0 comments on commit db0df16

Please sign in to comment.