mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-02-27 23:10:41 +01:00
github: use standard hg packages
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
17
.github/workflows/main.yml
vendored
17
.github/workflows/main.yml
vendored
@@ -7,18 +7,17 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
hg: [ '5.5', '5.6', '5.7', '5.8', '5.9', '6.0', '6.1', '6.2', '6.3' ]
|
||||
env:
|
||||
HG_VERSION: ${{ matrix.hg }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
check-latest: true
|
||||
- name: Cache check-versions script
|
||||
id: cache-check-versions
|
||||
uses: actions/cache@v3
|
||||
- uses: actions/cache@v3
|
||||
id: cache-pip
|
||||
with:
|
||||
path: ~/.cache/git-remote-hg
|
||||
key: check-versions
|
||||
- run: ./tools/check-versions $HG_VERSION
|
||||
path: ~/.cache/pip
|
||||
key: pip
|
||||
- name: Install hg
|
||||
run:
|
||||
pip install mercurial==${{ matrix.hg }}
|
||||
- run: make test
|
||||
|
||||
Reference in New Issue
Block a user