Skip to content

Commit

Permalink
Just test this
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-sarin committed Jun 29, 2023
1 parent dbc46e0 commit ddef8bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
Expand All @@ -27,7 +27,6 @@ jobs:
sudo apt-get install dvipng texlive-latex-extra texlive-fonts-recommended cm-super
python -m pip install --upgrade pip
pip install flake8 pytest
pip install numpy
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f optional_requirements.txt ]; then pip install -r optional_requirements.txt; fi
pip install flake8 pytest pytest-cov coverage coverage-badge coveralls
Expand Down

0 comments on commit ddef8bf

Please sign in to comment.