Skip to content
Prev Previous commit
Next Next commit
Remove architecture and the unwanted second line
  • Loading branch information
Sangarshanan committed Nov 29, 2019
commit a83e6f9fd07a47d82280bb3debb6954879bc1b2f
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ jobs:
name: Install ${{ matrix.pypy_version }}
with:
python-version: ${{ matrix.pypy_version }}
architecture: x64

- name: Install dependencies
run: |
python -m pip install --upgrade pip
run: python -m pip install --upgrade pip

- name: Run pytest
run: |
Expand Down