Skip to content

Commit

Permalink
add sympy in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Jul 9, 2024
1 parent 748dca8 commit 75c5047
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Integration Tests

on:
on:
push:
branches:
- main
Expand All @@ -15,11 +15,14 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: "3.9"

- name: Install cairo-lang
run: pip install cairo-lang==0.13.1


- name: Install sympy
run: pip install sympy==1.12.1

- name: Build
run: make build

Expand Down

0 comments on commit 75c5047

Please sign in to comment.