Skip to content

Commit

Permalink
Trying to fix the GitHub actions bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-griffiths committed Apr 24, 2024
1 parent 030c95a commit 3de7827
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
with:
# This allows the matrix to specify just the major.minor version while still
# expanding it to get the latest patch version including alpha releases.
Expand All @@ -53,6 +55,7 @@ jobs:

- name: Setup environment
run: |
python -m pip install --upgrade pip
python -m pip install build
- name: Build sdist and wheel
Expand Down Expand Up @@ -133,6 +136,7 @@ jobs:
python --version --version
# make sure we test the installed code
cp -R repo/tests/ tests/
python -m pip install --upgrade pip
python -m pip install -r tests/requirements.txt
python -m pip install ./dist/*.whl
# show the directory contents for diagnostics
Expand Down

0 comments on commit 3de7827

Please sign in to comment.