Skip to content

Commit

Permalink
👷 CI: Update CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoleal20 committed Jul 19, 2024
1 parent c7ac97a commit 940b4e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
runs-on: ubuntu-latest
name: Run Rust CI 🦀
steps:
- uses: ricardoleal20/pymath_compute/.github/actions/rust_ci@ricardo/AddSolverTests
- uses: ricardoleal20/pymath_compute/.github/actions/rust_ci

python_ci:
runs-on: ubuntu-latest
name: Run Python CI 🐍
steps:
- uses: ricardoleal20/pymath_compute/.github/actions/python_ci@ricardo/AddSolverTests
- uses: ricardoleal20/pymath_compute/.github/actions/python_ci

tests_ci:
runs-on: ubuntu-latest
name: Run tests 🧪
steps:
- uses: ricardoleal20/pymath_compute/.github/actions/tests_ci@ricardo/AddSolverTests
- uses: ricardoleal20/pymath_compute/.github/actions/tests_ci

0 comments on commit 940b4e3

Please sign in to comment.