From fac8bec432f91e944c3ceaf1fe1f4efff077c3f8 Mon Sep 17 00:00:00 2001 From: tslight Date: Fri, 19 Jan 2024 10:00:33 +0000 Subject: [PATCH] remove redundant comment --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 198a25a..0dc985f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.8' # see setup.py + python-version: '3.8' - name: Install Pandoc run: sudo apt-get install -y pandoc - name: Install some test/lint context with pip