Skip to content

Commit

Permalink
Modify CI environment setup so that we're always using setup.cfg-spec…
Browse files Browse the repository at this point in the history
…ified versions.
  • Loading branch information
freakboy3742 committed Jan 10, 2023
1 parent df100a9 commit a485f63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-python@v4.4.0
with:
python-version: ${{ env.python_version }}
- run: pip install tox~=4.0
- run: pip install -e .[dev]
- run: tox -e towncrier-check

package:
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/setup-python@v4.4.0
with:
python-version: ${{ env.python_version }}
- run: pip install tox~=4.0
- run: pip install -e .[dev]
- run: tox -e package
- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install setuptools_scm[toml]~=7.0 tox~=4.0 coverage[toml]~=7.0
pip install $(ls dist/briefcase-*.whl)[dev,test]
- name: Test
run: |
tox -e py --installpkg dist/*.whl
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install coverage[toml]~=7.0
pip install $(ls dist/briefcase-*.whl)[test]
- name: Retrieve coverage data
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit a485f63

Please sign in to comment.