Skip to content

Commit

Permalink
Revert "TEST: this should fail, so we can test github actions actuall…
Browse files Browse the repository at this point in the history
…y work"
  • Loading branch information
albestro committed Mar 4, 2025
1 parent 4be3ba8 commit bfa1825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

cmake_minimum_required(VERSION 3.22)

project(
DLAF VERSION 0.8.0)
project(DLAF VERSION 0.8.0)

# ---------------------------------------------------------------------------
# CMake configurations
Expand Down
2 changes: 1 addition & 1 deletion misc/HEADER
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Distributed Linear Algebra with Future (DLAF)
//
// Copyright (c) 2018-2025, ETH Zurich
// Copyright (c) 2018-2024, ETH Zurich
// All rights reserved.
//
// Please, refer to the LICENSE file in the root directory.
Expand Down
2 changes: 1 addition & 1 deletion test/unit/test_lapack_tile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
//
#include <cmath>
#include <tuple>
#include <vector>
#include <utility>
#include <vector>

#include <dlaf/lapack/tile.h>

Expand Down

0 comments on commit bfa1825

Please sign in to comment.