Update github workflow

This commit is contained in:
2025-07-19 20:47:24 +02:00
parent 80b7d6e6f7
commit 8945a3f16e
2 changed files with 21 additions and 8 deletions

View File

@@ -7,9 +7,11 @@ This directory contains the Conan package configuration for the fimdlp library.
The package manages the following dependencies:
### Build Requirements
- **libtorch/2.4.1** - PyTorch C++ library for tensor operations
### Test Requirements (when testing enabled)
- **catch2/3.8.1** - Modern C++ testing framework
- **arff-files** - ARFF file format support (included locally in tests/lib/Files/)
@@ -67,7 +69,7 @@ conan create . -o shared=True --profile:build=default --profile:host=default
```bash
# Add Cimmeria remote
conan remote add cimmeria <cimmeria-server-url>
conan remote add cimmeria https://conan.rmontanana.es/artifactory/api/conan/Cimmeria
# Login to Cimmeria
conan remote login cimmeria <username>
@@ -150,4 +152,4 @@ conan create . -o enable_testing=True
- C++17 compatible compiler
- CMake 3.20 or later
- Conan 2.0 or later
- Conan 2.0 or later