Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Alexander-Barth/APTDecoder.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Feb 5, 2024
2 parents 689e0e2 + 6f8b5fa commit cdc1987
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.6'
- '1'
- 'nightly'
os:
Expand All @@ -35,7 +35,8 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@latest
- run: |
sudo apt-get install python3-matplotlib
sudo apt update
sudo apt install python3-matplotlib
git config --global user.name Tester
git config --global user.email [email protected]
- uses: julia-actions/julia-runtest@latest
Expand Down

0 comments on commit cdc1987

Please sign in to comment.