Skip to content

Commit

Permalink
Set GitHub ci workflow checkout branch ref to 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdames committed Jan 25, 2025
1 parent 518a8d9 commit 678ad7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
with:
ref: '2.0'
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
Expand All @@ -33,6 +35,7 @@ jobs:
- name: "checkout repository"
uses: actions/checkout@v4
with:
ref: '2.0'
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }} (minimum supported python version for deltaCAT is 3.9)
uses: actions/setup-python@v4
Expand All @@ -53,7 +56,7 @@ jobs:
python -m pytest -m "not integration" --benchmark-json output.json
# Download previous benchmark result from cache (if exists)
- name: Download previous benchmark data
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ./cache
key: ${{ runner.os }}-benchmark
Expand Down

0 comments on commit 678ad7b

Please sign in to comment.