Skip to content

Commit

Permalink
Update pytest.yml / dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilJl authored Oct 17, 2024
1 parent 574f570 commit 6fb6551
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
python-version: '3.12'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Install apyxl
run: |
python setup.py install
Expand Down

0 comments on commit 6fb6551

Please sign in to comment.