Skip to content

Commit 2b6a8fa

Browse files
authoredJul 18, 2023
Use nightlies for gz-harmonic (#66)
* Use nightlies for Harmonic * Update Actions and python versions Python 3.6 is not available in ubuntu-latest (22.04). * Quote python versions See actions/runner#1989 --------- Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 1b44b5f commit 2b6a8fa

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
 

‎.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.6, 3.8]
12+
python-version: ['3.8', '3.10']
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v4
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies

‎plugins/config/repository.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ repositories:
2424
# wildcards are allowed in name, entries are processed in top-down order
2525
# first entry matching the name is used
2626
projects:
27+
# Remove gz-harmonic1 when Harmonic is released
28+
- name: gz-harmonic1
29+
repositories:
30+
- name: osrf
31+
type: stable
32+
- name: osrf
33+
type: nightly
2734
# Use nightlies in all main branches
2835
- name: gz-cmake4
2936
repositories:

0 commit comments

Comments
 (0)
Please sign in to comment.