From c6a574eb17aef91d3fe31f90e3b9f58931bb8bf8 Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Sun, 4 Feb 2024 16:47:22 -0300 Subject: [PATCH] Another CI fix --- .github/workflows/octez_version.yml | 4 ++-- Makefile | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/octez_version.yml b/.github/workflows/octez_version.yml index f3b369d..d7f51f1 100644 --- a/.github/workflows/octez_version.yml +++ b/.github/workflows/octez_version.yml @@ -17,5 +17,5 @@ jobs: uses: actions/checkout@v2 - name: Install python-requests run: sudo apt-get install python3-requests - - name: make octez_version - run: make octez_version \ No newline at end of file + - name: python3 octez_version.py + run: python3 octez_version.py \ No newline at end of file diff --git a/Makefile b/Makefile index 147c5f3..9f22b63 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,3 @@ run: release: git tag $(TAG) -f && git push origin $(TAG) --force - -octez_version: - python3 octez_version.py