From 8e82648eee1b938c14e4f80595680c15de91fdf8 Mon Sep 17 00:00:00 2001 From: Daniel Wolfensberger Date: Wed, 20 Dec 2023 14:31:37 +0100 Subject: [PATCH] fix in test_rainforest_dev.yml to pull dev --- .github/workflows/test_rainforest_master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_rainforest_master.yml b/.github/workflows/test_rainforest_master.yml index 216c939..0e318f2 100644 --- a/.github/workflows/test_rainforest_master.yml +++ b/.github/workflows/test_rainforest_master.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: master + ref: dev - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }}