Skip to content

Commit

Permalink
Merge pull request #272 from artivis/fix/ci
Browse files Browse the repository at this point in the history
Fix/ci
  • Loading branch information
artivis authored Jun 5, 2023
2 parents 68aefaf + 03ff8ee commit 08719cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
- name: Setup
run: |
sudo apt update
sudo apt install -y libunwind-dev
sudo apt install -y libceres-dev cppcheck
mkdir ${{runner.workspace}}/build
- name: Configure CMake
Expand All @@ -148,6 +149,7 @@ jobs:
- name: Setup
run: |
sudo apt update
sudo apt install -y libunwind-dev
sudo apt install -y libceres-dev valgrind
mkdir ${{runner.workspace}}/build
- name: Configure CMake
Expand All @@ -169,6 +171,7 @@ jobs:
- name: Setup
run: |
sudo apt update
sudo apt install -y libunwind-dev
sudo apt install -y libceres-dev
mkdir ${{runner.workspace}}/build
- name: Configure CMake
Expand All @@ -193,6 +196,7 @@ jobs:
- name: Setup
run: |
sudo apt update
sudo apt install -y libunwind-dev
sudo apt install -y libceres-dev
mkdir ${{runner.workspace}}/build
- name: Configure CMake
Expand Down Expand Up @@ -248,7 +252,7 @@ jobs:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-latest] #windows-latest,
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.7', '3.8', '3.9', '3.10']
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.7

- name: Setup apt
run: |
Expand Down

0 comments on commit 08719cb

Please sign in to comment.