Skip to content

Commit

Permalink
ci cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Mar 28, 2024
1 parent faaf371 commit ddfde6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/proof_verification_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,15 @@ jobs:

- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt

# temporary solution
- name: Clone custom scarb
run: |
git clone https://github.com/fmkra/scarb.git
cd scarb && git checkout feature_set_manipulations
working-directory: ${{ github.workspace }}

# temporary solution
- name: Build custom scarb
run: cargo build
working-directory: ${{ github.workspace }}/scarb
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ jobs:

- name: Format code
run: scarb fmt --check


# temporary solution
- name: Clone custom scarb
run: |
git clone https://github.com/fmkra/scarb.git
cd scarb && git checkout feature_set_manipulations
working-directory: ${{ github.workspace }}

# temporary solution
- name: Build custom scarb
run: cargo build
working-directory: ${{ github.workspace }}/scarb
Expand Down

0 comments on commit ddfde6c

Please sign in to comment.