Skip to content

Commit

Permalink
Merge pull request #266 from ModellingWebLab/test-py36
Browse files Browse the repository at this point in the history
Fix CI for Python 3.6
  • Loading branch information
kwabenantim authored Oct 6, 2023
2 parents ad0b833 + 927c6d9 commit a3667bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit a3667bd

Please sign in to comment.