From b100dccc06bbb88854f94e3b5eeb52bcd4f66f6b Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Wed, 3 Apr 2024 12:00:53 +0200 Subject: [PATCH] test: remove ref to head should fix #113 --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8c4568e..d163c62b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,8 +19,6 @@ jobs: steps: - name: "Checkout branch ${{ github.head_ref }}" uses: actions/checkout@v3 - with: - ref: ${{ github.head_ref }} - name: "Install Rust" run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y @@ -56,8 +54,6 @@ jobs: # Checkout the project - name: "Checkout branch ${{ github.head_ref }}" uses: actions/checkout@v4 - with: - ref: ${{ github.head_ref }} # Set up python, see https://docs.github.com/en/actions/guides/building-and-testing-python - name: "Set up Python ${{ matrix.python-version }} on MacOS" uses: actions/setup-python@v4 @@ -95,8 +91,6 @@ jobs: # Checkout the project - name: "Checkout branch ${{ github.head_ref }}" uses: actions/checkout@v4 - with: - ref: ${{ github.head_ref }} # Set up python, see https://docs.github.com/en/actions/guides/building-and-testing-python - name: "Set up Python ${{ matrix.python-version }} on Windows" uses: actions/setup-python@v4