Skip to content

Commit

Permalink
ci: Fixing codeql test (#4441)
Browse files Browse the repository at this point in the history
Fix #4440
  • Loading branch information
zhanglei1949 authored Jan 24, 2025
1 parent 0e3e454 commit a39855e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-22.04' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
# required for all workflows
Expand Down Expand Up @@ -96,8 +96,7 @@ jobs:
shell: bash
run: |
echo 'Install dependencies'
pip install gsctl
gsctl install-deps dev
python3 gsctl.py install-deps dev
source ~/.graphscope_env
echo 'Making GRAPE'
cd analytical_engine
Expand Down

0 comments on commit a39855e

Please sign in to comment.