Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Calbabreaker committed Nov 14, 2023
1 parent d4b8a97 commit 0de87f5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.6"
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake ccache
sudo apt-get install -y cmake python3 ccache
- name: Run run_tests.py
run: python3 tests/run_tests.py

Expand Down

0 comments on commit 0de87f5

Please sign in to comment.