|
25 | 25 | pyo3-python: /opt/python/cp310-cp310/bin/python |
26 | 26 | - python-version: pypy-3.7 |
27 | 27 | pyo3-python: /opt/python/pp37-pypy37_pp73/bin/python |
| 28 | + - python-version: pypy-3.8 |
| 29 | + pyo3-python: /opt/python/pp38-pypy38_pp73/bin/python |
| 30 | + - python-version: pypy-3.9 |
| 31 | + pyo3-python: /opt/python/pp39-pypy39_pp73/bin/python |
28 | 32 | steps: |
29 | 33 | - name: Checkout code |
30 | 34 | uses: actions/checkout@v2 |
|
72 | 76 | with: |
73 | 77 | name: dist |
74 | 78 | path: dist |
| 79 | + - name: Update pip |
| 80 | + run: python -m pip install -U pip wheel setuptools |
75 | 81 | - name: Install built wheel |
76 | | - run: python -m pip install --no-index --find-links=dist pyfastani |
| 82 | + run: python -m pip install --only-binary pyfastani --find-links=dist pyfastani |
77 | 83 | - name: Run tests without coverage |
78 | 84 | run: python -m unittest pyfastani.tests -vv |
79 | 85 |
|
@@ -136,8 +142,10 @@ jobs: |
136 | 142 | with: |
137 | 143 | name: dist |
138 | 144 | path: dist |
| 145 | + - name: Update pip |
| 146 | + run: python -m pip install -U pip wheel setuptools |
139 | 147 | - name: Install built wheel |
140 | | - run: python -m pip install --no-index --find-links=dist pyfastani |
| 148 | + run: python -m pip install --only-binary pyfastani --find-links=dist pyfastani |
141 | 149 | - name: Run tests without coverage |
142 | 150 | run: python -m unittest pyfastani.tests -vv |
143 | 151 |
|
@@ -241,7 +249,7 @@ jobs: |
241 | 249 | path: dist/ |
242 | 250 | - name: Update pip to latest version |
243 | 251 | run: python -m pip install -U pip setuptools wheel |
244 | | - - name: Install built wheel |
| 252 | + - name: Install source distribution |
245 | 253 | run: python -m pip install --no-binary pyfastani --find-links=dist pyfastani |
246 | 254 | - name: Run tests without coverage |
247 | 255 | run: python -m unittest pyfastani.tests -vv |
|
0 commit comments