Skip to content

Commit 8dbd53c

Browse files
author
Tomoki Ohtsuki
committed
debug statement
1 parent 409c84b commit 8dbd53c

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/run-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
python-version: '3.13'
1717
- name: Build irspack (ubuntu)
1818
run: |
19+
ls
20+
ls ext/nanobind
1921
pip install --upgrade pip setuptools wheel
2022
sudo apt-get install lcov
2123
FLAGS="-fprofile-arcs -ftest-coverage"

.github/workflows/wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Build
22
on:
3-
push:
43
release:
54
types:
65
- created

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
cmake_minimum_required(VERSION 3.15...3.27)
22
project(irspack VERSION 0.1.0)
3-
include(FetchContent)
4-
53

64
if (CMAKE_VERSION VERSION_LESS 3.18)
75
set(DEV_MODULE Development)

0 commit comments

Comments
 (0)