Skip to content

Commit

Permalink
drop the disabled easy_install from self_install tests#
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Aug 27, 2021
1 parent c5d7748 commit 67ed6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
python_version: [ '3.6', '3.9', 'pypy3' ]
installer: ["pip install", easy_install]
installer: ["pip install"]
name: check self install - Python ${{ matrix.python_version }} via ${{ matrix.installer }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 67ed6b4

Please sign in to comment.