try skipping install
Some checks failed
Test / Test (push) Failing after 51s

This commit is contained in:
John Burwell 2023-05-02 20:53:03 -05:00
parent 255d8aa81d
commit b3ff7a7920

View File

@ -7,10 +7,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip