Skip to content

Commit

Permalink
changed to use vighnesh-glue4 img
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh-wednesday committed Dec 20, 2023
1 parent 138de5f commit bd354de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
run-ci:
runs-on: ubuntu-latest
container: dipanshuwed/glue4.0:latest
container: vighneshwed/glue4:latest

steps:
- name: Checkout repository
Expand All @@ -19,7 +19,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
yum install -y jq
# yum install -y jq
- name: Type check
run: mypy ./ --ignore-missing-imports
Expand Down

0 comments on commit bd354de

Please sign in to comment.