Skip to content

Commit b4d5967

Browse files
committed
Test CI with ubuntu-20.04
1 parent 324eb3d commit b4d5967

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# well on Windows or Mac. You can convert this to a matrix build if you need
3232
# cross-platform coverage.
3333
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-20.04 # ubuntu-latest
3535

3636
steps:
3737
- uses: actions/checkout@v3
@@ -48,9 +48,6 @@ jobs:
4848
&& sudo apt install intel-oneapi-mkl-devel intel-oneapi-compiler-dpcpp-cpp --yes
4949
&& source /opt/intel/oneapi/setvars.sh
5050

51-
- name: Setup git
52-
# Build your program with the given configuration
53-
uses: fregante/setup-git-user@v2 # set git
5451
- name: Configure CMake
5552
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
5653
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
21
import os
32
import sys
3+
44
sys.path.insert(0, os.path.abspath("."))
55
# -- Project Information----------------------------------
66
project = "nrgplusplus"

0 commit comments

Comments
 (0)