You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2021. It is now read-only.
# You can use PyPy versions in python-version. For example, pypy2 and pypy3
matrix:
python-version: [3.6, 3.7, 3.8] #currently tensorflow not supported for 3.9; should be dec 2020 (https://github.com/tensorflow/tensorflow/issues/44485); #dec 15, 2020 MWM
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
# You can test your matrix by printing the current Python version