Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/clang-cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
OPENLAS_NUM_THREADS: 1

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Get clang-cl version
run: clang-cl --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install dependencies
run: sudo apt-get install libatlas-base-dev build-essential cython3 python3-numpy python3-dev python3-pip libxml2-dev libxslt-dev python3-lxml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
OPENLAS_NUM_THREADS: 1

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Build wheels
uses: pypa/cibuildwheel@v3.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ["3.11"]
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install pandoc
Expand Down
Loading