Skip to content

Commit

Permalink
maint: try to fix ci for mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Oct 11, 2024
1 parent d4f2750 commit 4bd4dc7
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
# Checkout the project
- name: "Checkout branch ${{ github.head_ref }}"
- name: "Checkout branch"
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
# Test Rust code
#- name: Run rust wrapper tests
# run: cargo test --verbose -- --nocapture
Expand Down Expand Up @@ -140,10 +138,8 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
# Checkout the project
- name: "Checkout branch ${{ github.head_ref }}"
- name: "Checkout branch"
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
# Test Rust code
#- name: Run rust wrapper tests
# run: cargo test --verbose -- --nocapture
Expand Down Expand Up @@ -177,10 +173,8 @@ jobs:
test-doc:
runs-on: ubuntu-latest
steps:
- name: "Checkout branch ${{ github.head_ref }}"
- name: "Checkout branch"
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: "Set up Python 3.11 on Ubuntu"
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 4bd4dc7

Please sign in to comment.