Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Issue #84 experimenting with build for 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Aug 25, 2023
1 parent 3ae5856 commit 8121c51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade 'pip<23.2.0'
python -m pip install --upgrade 'pip==23.1.0'
# pip install flake8 pytest
# Workaround for vam.whittaker installation issue https://github.com/WFP-VAM/vam.whittaker/issues/4
pip install numpy==1.23.5 cython
pip --version
pip freeze
pip install vam.whittaker>=2.0.2
pip install .[dev]
Expand Down

0 comments on commit 8121c51

Please sign in to comment.