Skip to content

Commit

Permalink
Getting CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 15, 2024
1 parent 2e1c7c0 commit d0def14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.12']
python-version: ['3.11']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -24,6 +24,7 @@ jobs:
- name: Install Mathics3 with full dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools
# We can comment out after next Mathics-Scanner release
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
git clone https://github.com/Mathics3/mathics-scanner.git
Expand Down

0 comments on commit d0def14

Please sign in to comment.