Skip to content

Commit

Permalink
Update actions versions to troubleshoot failures
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Jun 18, 2024
1 parent 1266c49 commit d7eb12d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,18 @@ jobs:
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Build Tools
run: |
python -m pip install build wheel
python -m pip install --upgrade build wheel setuptools pip
- name: Install System Dependencies
run: |
sudo apt-get update
sudo apt install python3-dev swig libssl-dev
pip install setuptools==65.5.1
- name: Build Source Packages
run: |
python setup.py sdist
Expand Down

0 comments on commit d7eb12d

Please sign in to comment.