Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lxvm committed Dec 3, 2023
1 parent 3c8655b commit aaab9fa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
- x64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.arch }}
cache: 'pip'
- run: pip install scipy matplotlib
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -46,7 +40,7 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: 'python'
PYTHON: ''
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit aaab9fa

Please sign in to comment.