Skip to content

Commit

Permalink
Remove extension test from clang-build-test job (#3231)
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Apr 7, 2024
1 parent 8006723 commit c6897b4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Update PostgreSQL host
working-directory: extension/postgres_scanner/test/test_files
env:
FNAME: postgres_scanner.test
FIND: "localhost"
run: |
node -e 'fs=require("fs");fs.readFile(process.env.FNAME,"utf8",(err,data)=>{if(err!=null)throw err;fs.writeFile(process.env.FNAME,data.replaceAll(process.env.FIND,process.env.PG_HOST),"utf8",e=>{if(e!=null)throw e;});});'
cat postgres_scanner.test
- name: Ensure Python dependencies
run: |
pip install torch~=2.0.0 --extra-index-url https://download.pytorch.org/whl/cpu
Expand All @@ -192,11 +183,6 @@ jobs:
run: npm install --include=dev
working-directory: tools/nodejs_api

- name: Extension test
run: |
cd scripts/ && python3 http-server.py &
make extension-test && make clean
- name: Build
run: make all

Expand Down

0 comments on commit c6897b4

Please sign in to comment.