Use python from brew

This commit is contained in:
Dhinak G
2021-03-13 23:15:45 -05:00
committed by GitHub
parent 377b29f317
commit 9113dab049

View File

@@ -14,10 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: "3.6"
- name: Install Python Dependencies
run: |
python3 -m pip install -U pip