Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Blum committed Aug 6, 2024
1 parent 3c2537d commit 4ec4c0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"

# - name: Use node tools
# uses: actions/setup-node@v2
# with:
# node-version: 16.x

- name: Pull pip packages from cache
uses: actions/cache@v3
with:
Expand All @@ -52,9 +47,6 @@ jobs:
pip install flake8
flake8 --benchmark
# - name: Initialize build environment
# run: conda env create -f ./env.yml

- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.9
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pathspec==0.11.2
pexpect==4.8.0
pickleshare==0.7.5
pillow==10.3.0
plotly==4.11.0
plotly==5.15.0
pluggy==1.5.0
prometheus-client==0.17.1
prompt-toolkit==3.0.47
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ boolean.py==4.0
networkx==3.2.1
pyyaml~=6.0
matplotlib~=3.6.0
plotly~=4.11.0
plotly~=5.15.0
tabulate~=0.8.7
progressbar2==4.4.2
decorator==4.3
Expand Down

0 comments on commit 4ec4c0b

Please sign in to comment.