Skip to content

Commit

Permalink
updating rust-tests to troubleshoot:
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 21, 2024
1 parent 1401800 commit b9103b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/rust-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:

strategy:
fail-fast: true
matrix:
python-version: ['3.8', '3.9', '3.10']
# matrix:
# python-version: ['3.8', '3.9', '3.10']

env:
PYTHON: ${{ matrix.python-version }}
# env:
# PYTHON: ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3

- name: set up python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# - name: set up python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python-version }}

# if: contains(github.event.pull_request.changed_files, 'rust/')
- name: install rust
Expand Down

0 comments on commit b9103b4

Please sign in to comment.