Skip to content

Commit

Permalink
Pin stable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Dec 5, 2023
1 parent 8648450 commit c28dee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Checkout at last working position
uses: actions/checkout@v4
with:
ref: ${{ github.ref }} # once backward compatibility is broken this should be pinned to a release
ref: v1.0.0
# ${{ github.ref }} # once backward compatibility is broken this should be pinned to a release

- name: Install oasisx
run: python3 -m pip install .[test,docs]
Expand Down

0 comments on commit c28dee6

Please sign in to comment.