diff --git a/.github/workflows/bugfix-temp.yml b/.github/workflows/bugfix-temp.yml index 1ab980434..af8011c7d 100644 --- a/.github/workflows/bugfix-temp.yml +++ b/.github/workflows/bugfix-temp.yml @@ -4,16 +4,22 @@ on: workflow_dispatch: jobs: refresh-db: +# TODO: Try # runs-on: ubuntu-18.04 -# runs-on: ubuntu-latest # not sure which is more current when resolving merge conflicts - runs-on: macos-latest + runs-on: ubuntu-latest # not sure which is more current when resolving merge conflicts +# runs-on: macos-latest steps: - name: Checkout repository and submodules uses: actions/checkout@v2 - name: Set up Python version uses: actions/setup-python@v2 with: - python-version: '3.9.7' # Not sure why 3.9.7 here and 3.9 elsewhere. the .7 works on mac, but not on ubuntu + # todo: macOS(fail) local-mac-3.10.4(pass!) +# python-version: '3.10' + # todo: macOS(fail) ubuntu(n/a) +# python-version: '3.9.7' # Not sure why 3.9.7 here and 3.9 elsewhere. the .7 works on mac, but not on ubuntu + # todo: macOS(?) ubuntu(fail) + python-version: '3.9' # resolves to: 3.9.18 - name: Create and start virtual environment run: | @@ -27,9 +33,17 @@ jobs: # pip install --upgrade setuptools # pip install -r requirements.txt + # TODO: try variations of below + # todo: fail on various os/python versions +# - name: Install +# run: | +# python -m pip install --upgrade pip +# pip install --upgrade wheel +# pip install --upgrade setuptools +# pip install PyCG==0.0.7 - name: Install run: | python -m pip install --upgrade pip pip install --upgrade wheel pip install --upgrade setuptools - pip install PyCG==0.0.7 + pip install PyCG==0.0.6