Skip to content

Commit

Permalink
Merge pull request #138 from qathom/master
Browse files Browse the repository at this point in the history
Added packaging module (requirement for Python 3.5)
  • Loading branch information
JohannesBuchner committed Jul 15, 2021
2 parents ec2f444 + fa68f34 commit 55009e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: [2.7, 3.6, 3.9]
python-version: [2.7, 3.5, 3.6, 3.9]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand All @@ -21,7 +21,7 @@ jobs:
sudo apt-get install -y imagemagick
- name: Install testing dependencies
run: |
conda install -c anaconda --file conda-requirements.txt flake8 pytest coveralls coverage
conda install -c anaconda --file conda-requirements.txt flake8 packaging pytest coveralls coverage
- name: Conda info
run: |
conda info
Expand Down

0 comments on commit 55009e6

Please sign in to comment.