Skip to content

Commit

Permalink
ci: update github pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivikash committed Jun 21, 2024
1 parent f9c7076 commit 05f7574
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,25 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.12.0", "3.12.x"]
poetry-version:
["1.2.2", "1.3.2", "1.4.2", "1.5.1", "1.6.1", "1.7.1", "1.8.3"]
python-version: ["3.11.9", "3.11.x"]
poetry-version: ["1.8.3"]
fail-fast: false

steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Setup Dependencies
id: setup-dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-pip python3-venv
sudo apt-get install curl build-essential gfortran libblas-dev libffi-dev liblapack-dev libopenblas-dev libportaudio2 libssl-dev portaudio19-dev
pip install --upgrade pip setuptools wheel
pip install llvmlite scipy
pip install --no-cache-dir pyaudio==0.2.14
- name: Set up Rust
id: setup-rust
uses: linkerd/dev/actions/setup-rust@v42
- name: Set up python
id: setup-python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.3
3.11.9

0 comments on commit 05f7574

Please sign in to comment.