From 62ccc3c3bee2c4ef6034a092c0e5dc8aa94810e8 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Mon, 8 Aug 2022 00:21:52 -0500 Subject: [PATCH] tmp --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1db3a50..9fcdd68 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,12 +13,16 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v4 + with: + check-latest: true - name: Install python-dev - run: sudo apt-get install -y python2.7-dev + run: sudo apt-get install -y python3-dev - name: Cache check-versions script id: cache-check-versions uses: actions/cache@v3 with: path: ~/.cache/git-remote-hg key: check-versions - - run: ./tools/check-versions hg:$HG_VERSION + - run: | + python --version + ./tools/check-versions hg:$HG_VERSION