Skip to content

Commit 1535344

Browse files
committed
Install dev requirements, pin python version for publishing
1 parent 9ce703e commit 1535344

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ jobs:
4848
id-token: write
4949
steps:
5050
- uses: actions/checkout@v3
51-
- name: Set up Python ${{ matrix.python-version }}
51+
- name: Set up Python 3.11.3
5252
uses: actions/setup-python@v4
5353
with:
54-
python-version: ${{ matrix.python-version }}
54+
python-version: 3.11.3
5555
cache: pip
5656
- name: Build full dist
5757
run: |
5858
python -m pip install --upgrade pip
59+
pip install -r dev-requirements.txt
5960
make full
6061
- name: Publish package distributions to PyPI
6162
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)