Python3 is already available

This commit is contained in:
Emmanuel Engelhart 2023-02-19 16:29:31 +01:00
parent cc31846152
commit fe646511d1
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 0 additions and 5 deletions

View File

@ -13,11 +13,6 @@ jobs:
- name: Retrieve source code
uses: actions/checkout@v3
- name: Setup python 3.9
uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Install packages
run: |
brew update